mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[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.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
@@ -0,0 +1,9 @@
|
||||
This module is a glue module between 2 modules:
|
||||
|
||||
* **account_statement_import** from `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import>`_
|
||||
* **account_reconciliation_widget** from `OCA/account-reconcile <https://github.com/OCA/account-reconcile>`_
|
||||
|
||||
This module adds a button **Import and Start to Reconcile** on the bank statement file import wizard. When you click on this button, Odoo will import the bank statement file and jump directly to the special reconciliation interface.
|
||||
|
||||
.. figure:: ../static/description/bank_statement_import_start_reconcile.png
|
||||
:alt: Bank statement import wizard screenshot
|
||||
@@ -0,0 +1 @@
|
||||
This module will be installed automatically by Odoo if the modules **account_statement_import** and **account_reconciliation_widget** are installed.
|
||||
Reference in New Issue
Block a user