Thursday, May 4, 2023
1 change · master
Code cleanup and technical improvements
This update modernizes Odoo's data import screen, replacing older interface technology with a more maintainable experience and adding a searchable selection menu. It also lays groundwork for future dropdown menu improvements, though that part is still marked as work in progress.
Original PR description
### WIP Dropdown hook This commit is a WIP of a hook that should be able to replace the Dropdown component. This base of the hook works but it is still missing features such as hotkey navigation, auto-closing on select and support for sub-dropdowns. The API of the hook is also WIP.