Commit Graph

26 Commits

Author SHA1 Message Date
OCA-git-bot
216c873734 [UPD] README.rst 2023-09-29 18:52:52 +02:00
manu
6cbc21f61b [MIG]account_statement_import_online: Migration to 15.0 2023-09-29 18:52:52 +02:00
Ronald Portier (Therp BV)
afe43b6331 [MIG] Remove 14.0 migration files 2023-09-29 18:52:52 +02:00
OCA Transbot
ccf524da96 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2023-09-29 18:52:52 +02:00
oca-ci
5040fa4038 [UPD] Update account_statement_import_online.pot 2023-09-29 18:52:52 +02:00
Alexis de Lattre
c2c30503fb Migration script field online_raw_data -> raw_data 2023-09-29 18:52:52 +02:00
Alexis de Lattre
da5cdcc9c8 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-09-29 18:52:52 +02:00
OCA-git-bot
d70a15df69 account_statement_import_online 14.0.2.1.1 2023-09-29 18:52:51 +02:00
Jairo Llopis
266c5160a8 [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
2023-09-29 18:52:51 +02:00
OCA Transbot
92499830fd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2023-09-29 18:52:51 +02:00
OCA-git-bot
2ecea8c52d account_statement_import_online 14.0.2.1.0 2023-09-29 18:52:51 +02:00
oca-travis
d4e548d893 [UPD] Update account_statement_import_online.pot 2023-09-29 18:52:51 +02:00
Ronald Portier
7e43df8df0 [FIX] *_online Improvements after review 2023-09-29 18:52:51 +02:00
Ronald Portier
b6d8dd1c22 [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-09-29 18:52:51 +02:00
OCA-git-bot
f8f804c1ba account_statement_import_online 14.0.2.0.1 2023-09-29 18:52:51 +02:00
Sergio Zanchetta
dbd103b010 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/
2023-09-29 18:52:50 +02:00
Sergio Zanchetta
3efa031311 Added translation using Weblate (Italian) 2023-09-29 18:52:50 +02:00
default
bef25152f9 [FIX] fixing empty assuming is a good default value #422 2023-09-29 18:52:50 +02:00
OCA Transbot
258d3a84ec Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2023-09-29 18:52:50 +02:00
OCA-git-bot
3f032a83db account_statement_import_online 14.0.2.0.0 2023-09-29 18:52:50 +02:00
oca-travis
7e34f3087d [UPD] Update account_statement_import_online.pot 2023-09-29 18:52:50 +02:00
Ernesto Tejeda
8d09c0a44f [IMP] account_statement_import_online: don't import empty statements. 2023-09-29 18:52:50 +02:00
oca-travis
c44fd82be1 [UPD] Update account_statement_import_online.pot 2023-09-29 18:52:49 +02:00
Ronald Portier
46581758da [FIX] account_statement_import_online: further improvements. 2023-09-29 18:52:49 +02:00
Alexis de Lattre
ea365e2085 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
2023-09-29 18:52:49 +02:00
Ronald Portier
1853ac7d3b [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2023-09-29 18:52:49 +02:00