-
- Downloads
[FIX] account: prevent multiple event concurency
* When clicking on the partner m2o selection field before having clicked on the bank statement line, 2 events occured:
* the bank statement line expanded
* the partner selection showed
This could lead to unwanted behavior as the renderer could update
-> Stop the propagation of a click on .o_field_widget to prevent
flickering and possible update of the statement line widget
* Always recompute the create line as sometimes the value is not correct
when removing a proposition
closes odoo/odoo#36322
Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
Showing
- addons/account/static/src/js/reconciliation/reconciliation_model.js 0 additions, 4 deletions...ount/static/src/js/reconciliation/reconciliation_model.js
- addons/account/static/src/js/reconciliation/reconciliation_renderer.js 12 additions, 1 deletion...t/static/src/js/reconciliation/reconciliation_renderer.js
- addons/account/static/tests/tours/reconciliation.js 5 additions, 4 deletionsaddons/account/static/tests/tours/reconciliation.js
- addons/account/tests/test_reconciliation_widget.py 2 additions, 2 deletionsaddons/account/tests/test_reconciliation_widget.py
Loading
Please register or sign in to comment