-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] import: detect date format at import
If a cell content is a date "12/31/2020", the format is not detected. Steps to reproduce (in odoo): - go to Accounting > Reporting > Aged Receivable - click on the "XLSX" button to download the file - go to Documents and upload the xlsx file - open the file with odoo spreadsheet => dates have been transformed to numbers (the format is gone) opw-3729969 closes #3696 Task: 3729969 X-original-commit: d40f5fb Signed-off-by: Rémi Rahir (rar) <rar@odoo.com> Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
- Loading branch information
1 parent
ee8f182
commit ed0669f
Showing
2 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters