Commit Graph

16 Commits

Author SHA1 Message Date
Carolina Fernandez
5f4c76ae60 [IMP] account_statement_import_online: Add button in journal to see provider configuration
TT49855
2024-07-30 08:04:10 -07:00
Carolina Fernandez
ddffa46c63 [MIG] account_statement_import_online: Migration to 17.0
TT49855
2024-07-29 02:12:06 -07:00
Stefan Rijnhart
6babdaf53a [FIX] account_statement_import_online: use model_create_multi 2024-07-08 16:09:39 +02:00
Stefan Rijnhart
c40ca4d848 [IMP] account_statement_import_online: only update journal when online service is set
This prevents a flood of logs in case your journals are written very often.
2024-07-08 16:09:39 +02:00
Pedro M. Baeza
e793b51c4b [IMP] account_statement_import_online: Add debug wizard
It's useful to debug RAW data received from your online sources. With
this improvement, you can do it easily from the manual pull wizard. It's
only available for users in debug mode (or with technical features).

TT47238
2024-07-08 16:09:39 +02:00
Andrea Stirpe
2d135bf971 [FIX] Group statement lines by period before update/create 2024-07-08 16:09:39 +02:00
Ronald Portier (Therp BV)
2fc9b110bb [MIG] account_statement_import_online: Migration to 16.0 2024-07-08 16:09:39 +02:00
manu
b326a1b13e [MIG]account_statement_import_online: Migration to 15.0 2024-07-08 16:09:39 +02:00
Alexis de Lattre
cef8e3a852 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-07-08 16:09:39 +02:00
Ronald Portier
efb9a1ef99 [FIX] *_online Improvements after review 2024-07-08 16:09:39 +02:00
Ronald Portier
1080c110b9 [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-07-08 16:09:39 +02:00
default
094de9eee9 [FIX] fixing empty assuming is a good default value #422 2024-07-08 16:09:39 +02:00
Ernesto Tejeda
071b4e9004 [IMP] account_statement_import_online: don't import empty statements. 2024-07-08 16:09:39 +02:00
Ronald Portier
fe7adc1bdf [FIX] account_statement_import_online: further improvements. 2024-07-08 14:26:06 +02:00
Alexis de Lattre
bbdb843171 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
2024-07-08 13:37:48 +02:00
Ronald Portier
bfeaa41174 [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2024-07-08 13:37:48 +02:00