Commit Graph

18 Commits

Author SHA1 Message Date
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
Stefan Rijnhart
164ce1d20c [IMP] account_statement_import_online: clarify button labels 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
Pedro M. Baeza
afb6ef7926 [FIX] account_statement_import_online: Fix es.po key
****po-python-parse-format****
account_statement_import_online/i18n/es.po:136 Translation string couldn't be parsed correctly using str.format KeyError('excepction') - [po-python-parse-format]
2024-07-08 16:09:39 +02:00
Miquel Raïch
8b5dadabc8 [FIX] account_statement_import_online: not require odoo_test_helper 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
Jairo Llopis
f2be23d41f [FIX] account_statement_import_online: use unittest.mock and don't import tests at install
Installing this module failed because `mock` couldn't be found. Indeed there was a migration problem.

However, I was not testing the module; just installing. At install, tests shouldn't be imported.

This file was being imported because the dummy model was expected to exist in database for tests. Using odoo-test-helper for that now.

@moduon MT-295
2024-07-08 16:09:39 +02:00
oca-travis
dc844e6c16 [UPD] Update account_statement_import_online.pot 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
Sergio Zanchetta
4f3ec97aa4 Translated using Weblate (Italian)
Currently translated at 26.6% (24 of 90 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_online/it/
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