Commit Graph

8 Commits

Author SHA1 Message Date
OCA-git-bot
05afc80381 Merge PR #534 into 15.0
Signed-off-by pedrobaeza
2023-02-23 16:53:45 +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
Enric Tobella
02ecf8aa07 [FIX] account_Statement_import: Show button on header 2022-12-09 17:55:09 +07:00
manu
f0aa919816 [IMP]account_statement_import: Change in menu 2022-11-17 13:02:51 +01:00
Alfredo Zamora
09b8ad4353 [14.0][FIX] avoid conflict with enterprise module account_bank_statement_import 2022-01-25 10:15:41 +02:00
Alexis de Lattre
751c7e8792 [MIG] account_bank_statement_import to v14 > account_statement_import
Module renamed to account_statement_import to avoid conflit with Odoo enterprise
Add support for multi-account statement files
Integrate the feature provided by the module account_bank_statement_import_save_file
Improve error messages
Remove dead or annoying features
Improve code !
2022-01-25 10:15:41 +02:00
Pedro M. Baeza
66c9766c01 [IMP] account_bank_statement_import: black, isort 2022-01-25 10:15:41 +02:00
Odoo SA
7c90f17ebe Import account_bank_statement_import by Odoo SA
Import code just before commit 9ba8734f15e1a292ca27b1a026e8366a91b2a8c9
that moved the module account_bank_statement_import to Odoo Enterprise
Only modifications :
- add author (Odoo SA) and license (LGPL) keys in manifest
- add copyright headers Odoo SA all main files
2022-01-25 10:15:41 +02:00