Commit Graph

17 Commits

Author SHA1 Message Date
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
OCA-git-bot
10aa0adfaf account_statement_import_online_ponto 14.0.1.1.0 2022-02-18 06:59:41 +00:00
OCA-git-bot
98022a9035 Merge PR #431 into 14.0
Signed-off-by pedrobaeza
2022-02-18 06:48:07 +00:00
Jaume Planas
4912105a91 Translated using Weblate (Catalan)
Currently translated at 100.0% (16 of 16 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_online_ponto/ca/
2022-01-26 18:52:38 +00:00
Jaume Planas
6d084768bb Added translation using Weblate (Catalan) 2022-01-26 15:53:56 +00: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
Ronald Portier
4a8f9acaae [IMP] *_online_ponto: code organisation
Check situation that should raise exception immediately, prevent ident on normal flow
2021-12-13 22:02:57 +01:00
Sergio Zanchetta
87ec80d07d Translated using Weblate (Italian)
Currently translated at 43.7% (7 of 16 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_online_ponto/it/
2021-11-25 17:36:36 +00:00
Sergio Zanchetta
3b6c8b9015 Added translation using Weblate (Italian) 2021-11-25 17:08:01 +00:00
OCA-git-bot
14ab9af3ec account_statement_import_online_ponto 14.0.1.0.2 2021-09-29 11:02:59 +00:00
Jairo Llopis
9c1d6d0121 [FIX] account_statement_import_online_ponto: verify TLS
Not sure why, cert validation was disabled. That is insecure.

@Tecnativa TT31034
2021-09-29 09:55:32 +01:00
OCA-git-bot
4b640c4d92 account_statement_import_online_ponto 14.0.1.0.1 2021-08-19 10:55:32 +00:00
Ernesto Tejeda
c17918825e [FIX] account_statement_import_online_ponto: fix vals dict to create a statement. 2021-08-19 01:33:01 -04:00
oca-travis
b3055c19a3 [UPD] Update account_statement_import_online_ponto.pot 2021-07-27 22:02:14 +00:00
Ronald Portier
8dae9bb4df [FIX] account_statement_import_online: further improvements. 2021-07-23 23:30:30 +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