Monday, September 29, 2025
2 changes · saas-18.2
Enhancements to existing features
The tax search view now includes the tax amount, making it easier for users to find taxes by their configured percentage or fixed amount. This saves time when managing or reviewing tax settings directly from the search bar.
Original PR description
This commit improves the usability of the tax search view by including the `amount` field. Users can filter taxes based on their configured percentage or amount directly from the search bar. task-5088050 Forward-Port-Of: odoo/odoo#227131
The self-ordering interface now presents the Get QR Code action more cleanly, with mobile users finding it in the burger menu and desktop users seeing a simpler button. Settings are clearer with a renamed Settings menu item and a new option for free metal or wood stands, helping businesses configure QR ordering more easily.
Original PR description
In this commit: ------------------- - Removed the QR code icon from the desktop view of the `Get QR Code` button. - Moved the QR code button from the navbar into the burger menu for mobile view. - Added a new reference option `Free Metal / Wood Stands` in settings. - Renamed the `Edit` menu item to `Settings`, to make the button functionality clear from the label as it leads the user to the settings page for the selected config. task:5003448 Forward-Port-Of: odoo/odoo#225856