Skip to content

Commit

Permalink
[IMP] base_import_pdf_by_template: Add dd/MM/YY date_format compatibi…
Browse files Browse the repository at this point in the history
…lity

TT50003
  • Loading branch information
victoralmau committed Oct 7, 2024
1 parent 11a93b0 commit 7a20bd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ class BaseImportPdfTemplateLine(models.Model):
("*Y/*d/*m", _("YY/dd/MM")),
("*m/*d/*Y", _("MM/dd/YY")),
("*d.*m.*Y", _("dd.MM.YY")),
("*d/*m/*Y", _("dd/MM/YY")),
],
)
time_format = fields.Selection(
Expand Down

0 comments on commit 7a20bd6

Please sign in to comment.