Louis Bettens
450baf6093
camt: crop datetime into date when importing
CreDtTm typically looks like `2014-01-06T16:20:26.673Z`, but odoo expects
just `2014-01-06`.
8 years ago
Andrius Preimantas
3a1c69ea7d
account_bank_statement_import_camt: parse unique_import_id; properly select statement date; remove unexpected values like execution_date, value_date, etc. - standard Odoo does not expect those
8 years ago
Holger Brunn
4ea2015640
[ADD] migrate account_bank_statement_import_camt
8 years ago
Ronald Portier (Therp BV)
e9daf7c6d2
Support zip files.
10 years ago
Ronald Portier (Therp BV)
c1487757d8
Make sure message is filled for camt.
Message was not taken from AddtlNtryInf element, if not part of details.
Not sure wether it actually can be part of details (NtryDtls element), but this change least intrusive.
9 years ago
Stéphane Bidoul
834ff6d7c7
[FIX] pep8
9 years ago
Stéphane Bidoul
43b8298eee
[IMP] rename bank_statement_parse_ to account_bank_statement_import_
Move parserlib to account_bank_statement_import and remove bank_statement_parse module
9 years ago
Ronald Portier (Therp BV)
d3c1c8d39f
[FIX] Prevent unneeded processing and memory use in parsers.
10 years ago
Ronald Portier (Therp BV)
23eaa765d9
[FIX] Updated headers, README.rst's and removed vim lines.
10 years ago
Ronald Portier (Therp BV)
af10ace22d
[RFR] Base import parsers on new api and master.
10 years ago