Tuesday, April 30, 2024
1 change · master
Code cleanup and technical improvements
The restaurant appointment point-of-sale navigation menu was adjusted to work with Odoo's standard dropdown behavior. This keeps the user experience consistent after the broader POS menu update and reduces the risk of display or interaction issues.
Original PR description
In the corresponding commit we replace the custom burger menu in the pos navbar with the `Dropdown` component from `web`. In this commit we adapt an override to respect the new changes. https://github.com/odoo/odoo/pull/162397