Tuesday, February 27, 2024
1 change · 17.0
Enhancements to existing features
The web interface's dropdown component has been improved to make it easier for developers to customize specific parts of its behavior. Instead of having to rewrite an entire function, developers can now override just the specific piece they need to modify, reducing complexity and maintenance effort.
Original PR description
With this commit, overriding the `onWindowClick` function from `dropdown.js` becomes much simpler. Previously, it necessitated overriding the entire function, but now it can be done with minimal effort by just overriding this specific part. task-3717014 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#154315