Friday, January 17, 2025
1 change · saas-18.1
Resolved issues and error corrections
Restaurant point-of-sale orders now split and merge more consistently, including when multiple devices are being used at the same time. This helps staff avoid missing or incorrect order updates during table service and billing.
Original PR description
Before this commit, the splitting and merging of orders was not consistent in the PoS code base. This commit aims to make the splitting and merging of orders more consistent. The synchronization between several devices was not working properly when splitting an order. This commit fixes this issue by sending the order before and after the split to the backend. This commit also ensure that the last_order_preparation_change quantity are always numbers. Forward-Port-Of: odoo/odoo#193604 Forward-Port-Of: odoo/odoo#193024