mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
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.
This commit is contained in:
committed by
Duy (Đỗ Anh)
parent
a919f9bab7
commit
038de8d69d
1
account_statement_import_base/readme/CONTRIBUTORS.rst
Normal file
1
account_statement_import_base/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
4
account_statement_import_base/readme/DESCRIPTION.rst
Normal file
4
account_statement_import_base/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
This is a technical module designed to share code between 2 other modules:
|
||||
|
||||
* **account_statement_import** that allows to import bank statements from files,
|
||||
* **account_statement_import_online** that allows to import bank statements from webservices/APIs.
|
||||
Reference in New Issue
Block a user