-
- Downloads
[IMP] account: add wizard to perform transfers between accounts
This wizard also reconciles automatically entries done on reconcilable accounts. It can hence for example be used to "move" the balance of a receivable account into a payable account (or the opposite), using the generated transfer entry to do as if the receivable and payable accounts were directly reconciled together.
[IMP] account: display 'P' as matching number when account.move.line objects are partially reconciled
For this, we introduce a new matching_number field, used in account.move.line's tree views instead of full_reconcile_id, which used to be shown directly.
Was task: 2037318
closes odoo/odoo#39415
Related: odoo/enterprise#6544
Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
Showing
- addons/account/__manifest__.py 2 additions, 0 deletionsaddons/account/__manifest__.py
- addons/account/models/account_move.py 26 additions, 1 deletionaddons/account/models/account_move.py
- addons/account/static/src/js/account_payment_field.js 1 addition, 1 deletionaddons/account/static/src/js/account_payment_field.js
- addons/account/static/src/js/aml_preview.js 42 additions, 0 deletionsaddons/account/static/src/js/aml_preview.js
- addons/account/static/src/xml/aml_preview_templates.xml 33 additions, 0 deletionsaddons/account/static/src/xml/aml_preview_templates.xml
- addons/account/tests/__init__.py 1 addition, 0 deletionsaddons/account/tests/__init__.py
- addons/account/tests/test_transfer_wizard.py 287 additions, 0 deletionsaddons/account/tests/test_transfer_wizard.py
- addons/account/views/account.xml 1 addition, 0 deletionsaddons/account/views/account.xml
- addons/account/views/account_move_views.xml 17 additions, 6 deletionsaddons/account/views/account_move_views.xml
- addons/account/wizard/__init__.py 1 addition, 0 deletionsaddons/account/wizard/__init__.py
- addons/account/wizard/account_transfer_wizard.py 196 additions, 0 deletionsaddons/account/wizard/account_transfer_wizard.py
- addons/account/wizard/account_transfer_wizard.xml 41 additions, 0 deletionsaddons/account/wizard/account_transfer_wizard.xml
Loading
Please register or sign in to comment