Thursday, October 16, 2025
2 changes · 19.0
Enhancements to existing features
This update removes duplicate website height styling rules that were already maintained elsewhere in Odoo. It reduces maintenance overhead and helps keep website layouts consistent across modules without changing business workflows.
Original PR description
Remove redundant `o_full_screen_height` and related height utility classes from the website SCSS, as they are already defined in `web_editor` SCSS. This cleanup avoids duplication and ensures consistent styling across modules. task-[5123275](https://www.odoo.com/odoo/project/974/tasks/5123275)
This update fine-tunes point-of-sale checks around preparation warning dialogs and simplifies how the partner button styling is handled. It helps keep POS workflows and automated validations more reliable without changing day-to-day business processes.
Original PR description
*: pos_restaurant_preparation_display, l10n_de_pos_res_cert, pos_settle_due This commit makes the following improvements: Adjusts the `discardOrderWarningDialog` tour step to check on the Product screen. Refactors the partner button class to use a getter instead of XML inheritance. Task-5116688