Monday, January 26, 2026
2 changes · saas-19.1
Enhancements to existing features
This update makes the payment screen in the Point of Sale module more user-friendly by increasing the font size of the 'amount due' and 'amount by guest' displays. This improves clarity for staff when processing payments and ensures accurate amounts are clearly visible to customers.
Original PR description
Little improvement of the font size of amount due and amount by guest on the payment screen. task: 5473324 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#243733
This update improves how price labels are generated within Odoo, specifically in the product pricing module. The addition of a new method allows for more flexible and customizable formatting of price labels, ensuring consistent and accurate presentation of pricing information. This change enhances the user experience and data clarity for price-related features.
Original PR description
Add `_get_price_label_base_str()` method in order to exend it @Tecnativa --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#243861