Commit Graph

35 Commits

Author SHA1 Message Date
OCA-git-bot
bbbfe7f0e8 [BOT] post-merge updates 2024-02-26 17:35:04 +00:00
Valentin Lab
04d362254c [16.0][FIX] models/online_bank_statement_provider_ponto.py: prevent attempt to modify of posted account.move 2024-02-23 17:12:16 +01:00
OCA-git-bot
007261c50c [BOT] post-merge updates 2024-02-02 17:00:37 +00:00
Stefan Rijnhart
c9ed619656 [IMP] account_statement_import_online_ponto: adapt to debug mechanism 2024-02-02 10:20:26 +01:00
Thijs van Oers
5644b6e266 Translated using Weblate (Dutch)
Currently translated at 91.6% (22 of 24 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_ponto/nl/
2023-11-14 15:13:49 +00:00
Thijs van Oers
c651a18a37 Added translation using Weblate (Dutch) 2023-11-14 15:00:36 +00:00
Ivorra78
e8d844c6cc Translated using Weblate (Spanish)
Currently translated at 100.0% (24 of 24 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_ponto/es/
2023-11-01 21:38:01 +00:00
Ivorra78
8396c8cf98 Added translation using Weblate (Spanish) 2023-11-01 20:34:58 +00:00
OCA-git-bot
63086d17ef [BOT] post-merge updates 2023-10-18 15:27:41 +00:00
oca-ci
3e91297030 [UPD] Update account_statement_import_online_ponto.pot 2023-10-18 15:23:50 +00:00
Andrea Stirpe
bda63158b4 [16.0][IMP] account_statement_import_online_ponto: retrieve partner 2023-10-18 09:54:31 +02:00
Andrea Stirpe
ed9bc2acf8 [FIX] Group statement lines by period before update/create 2023-10-18 09:54:31 +02:00
Ronald Portier (Therp BV)
f9a1f8e738 [MIG] account_statement_import_online_ponto: Migration to 16.0 2023-10-18 09:54:30 +02:00
oca-ci
8288a6ceaa [UPD] Update account_statement_import_online_ponto.pot 2023-10-18 09:40:24 +02:00
manu
f222dbc7b7 [MIG]account_statement_import_online_ponto: Migration to 15.0 2023-10-18 09:40:24 +02:00
Ronald Portier (Therp BV)
a1495fee6c [IMP] *_online_ponto: improved data retrieval logic
With Ponto we can only retrieve data backwards in time. Therefore
we override the normal _pull method to create statements in descending
order of statement date.
2023-10-18 09:40:24 +02:00
Ronald Portier (Therp BV)
108df5b799 [IMP] *_online_ponto: add timeout to request get and post 2023-10-18 09:40:24 +02:00
Alexis de Lattre
1c69aa60ef ponto: date field to use is now configurable
Add debug messages
Set raw_data in bank statement lines
2023-10-18 09:40:24 +02:00
Ronald Portier (Therp BV)
43afc52dec [IMP] *_online_ponto: forward port 12.0 improvements
Separate retrieval of data from ponto (buffer data) and
creation of statements.
2023-10-18 09:40:24 +02:00
Alexis de Lattre
159100ec84 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-10-18 09:40:24 +02:00
OCA-git-bot
06a12490c9 account_statement_import_online_ponto 14.0.1.1.0 2023-10-18 09:40:24 +02:00
Jaume Planas
8d782bd646 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/
2023-10-18 09:40:24 +02:00
Jaume Planas
a03d4de63d Added translation using Weblate (Catalan) 2023-10-18 09:40:23 +02:00
Ronald Portier
27aaf4b5cf [FIX] *_online Improvements after review 2023-10-18 09:40:23 +02:00
Ronald Portier
7c4c123c55 [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.
2023-10-18 09:40:23 +02:00
Ronald Portier
992e383f4c [IMP] *_online_ponto: code organisation
Check situation that should raise exception immediately, prevent ident on normal flow
2023-10-18 09:40:23 +02:00
Sergio Zanchetta
30f801fcd6 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/
2023-10-18 09:40:23 +02:00
Sergio Zanchetta
2e1cc98d97 Added translation using Weblate (Italian) 2023-10-18 09:40:23 +02:00
OCA-git-bot
08d0a1d315 account_statement_import_online_ponto 14.0.1.0.2 2023-10-18 09:40:23 +02:00
Jairo Llopis
ad9f3868da [FIX] account_statement_import_online_ponto: verify TLS
Not sure why, cert validation was disabled. That is insecure.

@Tecnativa TT31034
2023-10-18 09:40:23 +02:00
OCA-git-bot
9289302663 account_statement_import_online_ponto 14.0.1.0.1 2023-10-18 09:40:23 +02:00
Ernesto Tejeda
c4b55b0deb [FIX] account_statement_import_online_ponto: fix vals dict to create a statement. 2023-10-18 09:40:23 +02:00
oca-travis
2b5d8d3831 [UPD] Update account_statement_import_online_ponto.pot 2023-10-18 09:40:23 +02:00
Ronald Portier
318715c3f8 [FIX] account_statement_import_online: further improvements. 2023-10-18 09:40:22 +02:00
Ronald Portier
975a5bd65f [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2023-10-18 09:40:22 +02:00