Commit Graph

7 Commits

Author SHA1 Message Date
Florian da Costa
10eae67cb5 [FIX] Error string formatting 2023-03-06 16:07:16 +01:00
Alexis de Lattre
a8c878c997 [FIX] account_statement_import: don't raise an error when a multi-statement file has one empty statement
When I created the module account_statement_import in v14, I added
support for multi-statement files. In the current implementation, if one
statement is empty, it raises an error which blocks the import of the
other statements that had transactions. This commit fixes this.
2023-03-06 16:07:16 +01:00
Pedro M. Baeza
d11960014a [FIX] account_statement_import: Read action with sudo
If not, other users except admins can't import statements.

Remaining thing from previous patch.
2023-03-06 16:07:16 +01:00
Luc De Meyer
21dee0d52e [14.0][FIX]camt 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