-
- Downloads
[FIX] base_import: import with user date parsing pattern
Before this commit, when a user imports an Excel file, with date as
strings. The _try_match_date_time function will try to find the best
date parsing to use in the import without taking into account the
language of the user.
Now, the function will take into account the language of the user when
trying to find the best date parsing pattern for the import.
opw-2046217
closes odoo/odoo#35540
Signed-off-by:
Jorge Pinna Puissant (jpp) <jpp@odoo.com>
Please register or sign in to comment