-
- Downloads
[IMP] account: allow to reconcile taking amount from the label of the statement line
Task 2039772
Add a new amount matching mode by taking the amount from the label, based on a regex. The regex must contain a capture group. If multiple groups are matched, there will be an error.
Also add a 'remaining' option for the second line, that puts the remaining amount of the statement in the second line.
closes odoo/odoo#35143
Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
Showing
- addons/account/models/account_reconcile_model.py 27 additions, 3 deletionsaddons/account/models/account_reconcile_model.py
- addons/account/models/chart_template.py 7 additions, 2 deletionsaddons/account/models/chart_template.py
- addons/account/static/src/js/reconciliation/reconciliation_model.js 24 additions, 4 deletions...ount/static/src/js/reconciliation/reconciliation_model.js
- addons/account/static/tests/tours/reconciliation.js 8 additions, 8 deletionsaddons/account/static/tests/tours/reconciliation.js
- addons/account/tests/test_reconciliation_matching_rules.py 1 addition, 1 deletionaddons/account/tests/test_reconciliation_matching_rules.py
- addons/account/views/account_view.xml 8 additions, 5 deletionsaddons/account/views/account_view.xml
- addons/l10n_generic_coa/__manifest__.py 3 additions, 2 deletionsaddons/l10n_generic_coa/__manifest__.py
- addons/l10n_generic_coa/demo/account_bank_statement_demo.xml 13 additions, 0 deletionsaddons/l10n_generic_coa/demo/account_bank_statement_demo.xml
- addons/l10n_generic_coa/demo/account_invoice_demo.xml 0 additions, 0 deletionsaddons/l10n_generic_coa/demo/account_invoice_demo.xml
- addons/l10n_generic_coa/demo/account_reconcile_model.xml 25 additions, 0 deletionsaddons/l10n_generic_coa/demo/account_reconcile_model.xml
Loading
Please register or sign in to comment