Sunday, September 15, 2024
1 change · master
Enhancements to existing features
Several apps now use Odoo’s own dropdown menu component instead of an older third-party library. This reduces reliance on outdated technology and helps keep forms and website flows more maintainable without changing the intended user experience.
Original PR description
With this commit, we are removing the `Select2 library`, as it relies on `jQuery`. We are now using our custom `select_menu`component, which is built on `Owl` and does not require jQuery.