Daily updates from Odoo
Wednesday, January 7, 2026
2 changes · saas-18.4
Enhancements to existing features
This update enhances the restaurant POS system by allowing administrators to more flexibly control the redirection to floor plans when orders are removed. The change extracts this logic into a separate method, providing greater customization options and improving the overall user experience. This aligns with previous enterprise development efforts (odoo/enterprise#102992).
Original PR description
To allow overriding the condition to redirect to the floor plan when removing an order, we extract it in its own method. see odoo/enterprise#102992 Task: 5433405
This update automatically clocks employees in before they can use the Point of Sale (POS) system. Previously, users were prompted to manually clock in, which has now been automated. This streamlines the POS process and reduces potential delays for customers.
Original PR description
Instead of telling the user he must clock in before using its pos, we now do it for him. see odoo/odoo#241542 Task: 5433405