Daily updates from Odoo
Saturday, October 25, 2025
1 change
Resolved issues and error corrections
Self-ordering now handles multiple phones using the same table QR code according to the restaurant's payment setup. This prevents customers in “pay after each” mode from seeing or changing each other's orders, while still allowing shared table orders in “pay after meal” mode.
Original PR description
Before this commit orders were always shared between multiple devices using the same QR code. This could lead to issues when multiple customers were using self-ordering at the same table, as they could see and modify each other's orders. When multiple devices are used for self-ordering with the same QR code, there is now two mode possible: - Pay after each: orders are not shared, and the table isn't linked to the order when synchronizing. Instead the table number is in the floating order name. - Pay after meal: orders are shared, and the table is linked to the order when synchronizing. That's means that multiple devices can add products to the same order. taskId: 5187089 Forward-Port-Of: odoo/odoo#232659