Merge PR #256 into 11.0

Signed-off-by StefanRijnhart
This commit is contained in:
OCA-git-bot
2020-03-05 07:12:41 +00:00

View File

@@ -103,6 +103,7 @@ class AccountBankStatementImportPaypalMapLIne(models.Model):
selection=[
('%d/%m/%Y', 'i.e. 15/12/2019'),
('%m/%d/%Y', 'i.e. 12/15/2019'),
('%d.%m.%Y', 'i.e. 15.12.2019')
],
string="Date Format",
)