Commit Graph

11 Commits

Author SHA1 Message Date
Alexis de Lattre
bf8bf2eb9c [ADD] module account_statement_import_file_reconciliation_widget
account_statement_import_file_reconciliation_widget is a glue
auto-install module between account_statement_import (will be renamed
account_statement_import_file in v16) and account_reconciliation_widget.
2023-02-23 16:09:34 +01: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
Luc De Meyer
4a7108a58b [15.0]account_statement_import - set correct company_id on ir_attachment 2022-12-10 10:30:51 +01:00
Maksym Yankin
50baf60fa0 [MIG] account_statement_import: Migration to 15.0 2022-02-01 12:36:23 +02:00
Florian da Costa
d3695f423b [FIX] Error string formatting 2022-01-25 10:15:41 +02:00
Alexis de Lattre
1268182255 [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.
2022-01-25 10:15:41 +02:00
Pedro M. Baeza
6f7aacc373 [FIX] account_statement_import: Read action with sudo
If not, other users except admins can't import statements.

Remaining thing from previous patch.
2022-01-25 10:15:41 +02:00
Luc De Meyer
abf4092220 [14.0][FIX]camt 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