Commit Graph

9 Commits

Author SHA1 Message Date
Pedro M. Baeza
1cc6b4a78d [FIX] account_statement_import_online_ponto: Linter fixes 2023-10-28 14:02:19 +02:00
Alexis de Lattre
193b1faa76 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.
2023-02-23 16:09:34 +01:00
manu
b3d2d39414 [MIG]account_statement_import_online_ponto: Migration to 15.0 2022-05-05 16:35:44 +02:00
Ronald Portier
e209207fcd [FIX] *_online Improvements after review 2022-04-13 13:55:56 +02:00
Ronald Portier
351aa128ea [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.
2022-04-13 13:55:56 +02:00
Ronald Portier
17da7b3b30 [IMP] *_online_ponto: code organisation
Check situation that should raise exception immediately, prevent ident on normal flow
2022-04-13 13:55:56 +02:00
Jairo Llopis
3d8ade8b5b [FIX] account_statement_import_online_ponto: verify TLS
Not sure why, cert validation was disabled. That is insecure.

@Tecnativa TT31034
2022-04-13 13:55:56 +02:00
Ernesto Tejeda
f112038d01 [FIX] account_statement_import_online_ponto: fix vals dict to create a statement. 2022-04-13 13:55:56 +02:00
Ronald Portier
66edadf130 [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2022-04-13 13:55:56 +02:00