Commit Graph

8 Commits

Author SHA1 Message Date
Ronald Portier (Therp BV)
29b040181f [IMP] *_online_ponto: forward port 12.0 improvements
Separate retrieval of data from ponto (buffer data) and
creation of statements.
2024-11-14 12:56:30 +01:00
Alexis de Lattre
6095527b7e 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.
2024-11-14 12:56:30 +01:00
Ronald Portier
0b2b3c0e38 [FIX] *_online Improvements after review 2024-11-14 12:56:30 +01:00
Ronald Portier
f3f0795b25 [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.
2024-11-14 12:56:30 +01:00
Ronald Portier
bba5015269 [IMP] *_online_ponto: code organisation
Check situation that should raise exception immediately, prevent ident on normal flow
2024-11-14 12:56:30 +01:00
Jairo Llopis
eb2477eb9e [FIX] account_statement_import_online_ponto: verify TLS
Not sure why, cert validation was disabled. That is insecure.

@Tecnativa TT31034
2024-11-14 12:56:30 +01:00
Ernesto Tejeda
fb3bc67d05 [FIX] account_statement_import_online_ponto: fix vals dict to create a statement. 2024-11-14 12:56:30 +01:00
Ronald Portier
82a21291ed [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2024-11-14 12:56:30 +01:00