Thursday, August 21, 2025
2 changes · saas-18.4
Enhancements to existing features
The Point of Sale screen now displays the standard Odoo favicon in the browser tab. This makes the POS interface easier to recognize and keeps it visually consistent with the rest of Odoo.
Original PR description
Before this commit: ==================== The POS UI did not display a favicon in the browser tab. After this commit: ================== The standard Odoo Point of Sale favicon is now displayed in the browser tab for the POS UI, consistent with the backend interface. Task-4978320 Forward-Port-Of: odoo/odoo#223528
This update adds automated checks for the Point of Sale loyalty features, including loyalty cards, rewards, order handling, payment, and related screens. These tests help reduce the risk of regressions in gift cards, loyalty rewards, and customer-facing checkout flows during future updates.
Original PR description
In this commit: ======================= - Added HOOT tests for the `pos_loyalty` module. - Included tests for main models like `loyalty.card` and patched models: `pos.order` and `pos.order.line`. - Added tests for popups and screens related to loyalty features. task - 4945628 Forward-Port-Of: odoo/odoo#221182