[IMP] Add German Date Format for Paypal

This commit is contained in:
wildi
2020-03-04 22:36:11 +01:00
parent 6950ee31cc
commit eb40afd1bb

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",
)