Daily updates from Odoo
Sunday, August 3, 2025
1 change
Enhancements to existing features
Kiosk and self-order screens now automatically reflect product availability changes, so customers no longer need a manual refresh to see when items are out of stock. This helps prevent customers from selecting or paying for unavailable products and creates a more reliable ordering experience.
Original PR description
Before this commit: --------------------------- - Product availability changes were not reflected in the kiosk or self-order screens. - Users could select and proceed to payment for products that were already out of stock. - No automatic UI update; a manual page reload was required to reflect stock changes. After this commit: ------------------------------------ - Product availability changes now automatically refresh the kiosk and self-order interfaces. - Unavailable products are blocked from being selected or paid for. - The UI reflects real-time stock status, ensuring a consistent and reliable experience. Task-4830424 Forward-Port-Of: odoo/odoo#213816