Tuesday, January 28, 2025
1 change · saas-17.4
Resolved issues and error corrections
This fix prevents an error when users accidentally drag a partner name over the bank statement import area during reconciliation. The import dropzone now only appears when a file is being dragged, reducing interruptions and making the workflow more reliable.
Original PR description
Before this commit, if you drag and drop a partner name from the form view of bank_reconciliation in the file import dropzone, a traceback is raise. This commit fix this issue by hiding the dropzone when user is not dragging a file. Linked:https://github.com/odoo/odoo/pull/193355 opw-4366605