Commit Graph

6 Commits

Author SHA1 Message Date
Xavier Bouquiaux
2c53378459 [IMP] account_statement_import : menu
odoo has the same kind of module which add the same menus with the same name
i added oca to the menu's name so it's easier to know which menu a client who has the 2 modules should use
2023-03-06 16:07:16 +01:00
Alexis de Lattre
6418bc396f 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-03-06 16:07:16 +01:00
Alfredo Zamora
9874555845 [14.0][FIX] avoid conflict with enterprise module account_bank_statement_import 2023-03-06 16:07:16 +01:00
Alexis de Lattre
34b2280032 [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 !
2023-03-06 16:07:16 +01:00
Pedro M. Baeza
3924f85c6d [IMP] account_bank_statement_import: black, isort 2023-03-06 16:07:16 +01:00
Odoo SA
0b5538708c 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
2023-03-06 16:07:16 +01:00