[IMP] account_statement_import_online[_ponto] improvements.

1. Find partner if ther already is a bank account with the right IBAN;
2. Store (and display) raw import data to help in problem determination;
3. Make it easy to extend the parsing of import data;
4. Apply some clean coding principles.
This commit is contained in:
Ronald Portier
2021-12-13 20:21:33 +01:00
parent 4a8f9acaae
commit d40625b976
6 changed files with 80 additions and 26 deletions

View File

@@ -23,6 +23,7 @@
"wizards/online_bank_statement_pull_wizard.xml",
"views/actions.xml",
"views/account_journal.xml",
"views/account_bank_statement_line.xml",
"views/online_bank_statement_provider.xml",
],
"installable": True,