Commit Graph

14 Commits

Author SHA1 Message Date
OCA-git-bot
3f1c6a6a50 [BOT] post-merge updates 2023-10-28 12:15:18 +00:00
Alexis de Lattre
193b1faa76 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-02-23 16:09:34 +01:00
OCA-git-bot
3331ffd5f4 account_statement_import_online 15.0.2.0.0 2023-02-23 11:55:19 +00:00
Miquel Raïch
9df6799567 [FIX] account_statement_import_online: not require odoo_test_helper 2023-02-23 11:32:15 +01:00
manu
4683ad60c0 [MIG]account_statement_import_online: Migration to 15.0 2022-04-13 13:09:36 +02:00
OCA-git-bot
015a696582 account_statement_import_online 14.0.2.1.1 2022-04-13 12:50:22 +02:00
Jairo Llopis
883c3b438a [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
2022-04-13 12:50:22 +02:00
OCA-git-bot
2ced84c4f2 account_statement_import_online 14.0.2.1.0 2022-04-13 12:50:22 +02:00
Ronald Portier
74d192ab05 [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.
2022-04-13 12:50:22 +02:00
OCA-git-bot
54147bd6f1 account_statement_import_online 14.0.2.0.1 2022-04-13 12:50:22 +02:00
OCA-git-bot
29efa33339 account_statement_import_online 14.0.2.0.0 2022-04-13 12:50:22 +02:00
Ronald Portier
6bacccbc48 [FIX] account_statement_import_online: further improvements. 2022-04-13 12:50:22 +02:00
Alexis de Lattre
1acdd20905 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
2022-04-13 12:50:22 +02:00
Ronald Portier
f726b84980 [IMP] Adapt account_bank_statement_import_online to 14.0
Also Rename account_bank_statement_import_online => account_statement_import_online
2022-04-13 12:50:22 +02:00