Commit Graph

9 Commits

Author SHA1 Message Date
Ronald Portier (Therp BV)
2a4e793e29 [IMP] *_import_online: always update next_run to cover current period 2023-01-07 19:58:37 +01:00
Alexis de Lattre
2075974e23 Add module account_statement_import_base
The 2 modules account_statement_import_online and
account_statement_import depend on account_statement_import_base (and
not on each other) and share common code, in particular a hook to update
the statement line. So we can now have reconciliation modules that use
this hook and therefore work both on file import and online import. More
details on https://github.com/OCA/bank-statement-import/issues/481.

Improve bank statement line form view and journal form view.
2022-08-09 10:13:47 +02:00
Ronald Portier
93399e0724 [FIX] *_online Improvements after review 2021-12-14 07:37:03 +01:00
Ronald Portier
d40625b976 [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.
2021-12-13 22:03:46 +01:00
default
55132c67bf [FIX] fixing empty assuming is a good default value #422 2021-11-03 16:44:14 +00:00
Ernesto Tejeda
0c42f56ce0 [IMP] account_statement_import_online: don't import empty statements. 2021-08-20 14:05:51 -04:00
Ronald Portier
8dae9bb4df [FIX] account_statement_import_online: further improvements. 2021-07-23 23:30:30 +02:00
Alexis de Lattre
0578dadc9c account_statement_import_online: usability improvement on form view of online.bank.statement.provider: avoid speading the information on 3 tabs. As there are just a few fields, let's keep all the information directly visible.
Fix warning on search view of online.bank.statement.provider
Fix some tests
Button on journal form view to access the wizard
The wizard now returns the bank statements of the journal(s)
Fix wired strings
2021-07-23 15:31:24 +02:00
Ronald Portier
5d62d497d9 [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2021-07-23 15:31:24 +02:00