Daily updates from Odoo
Wednesday, January 22, 2025
2 changes · 18.0
Enhancements to existing features
When the same visitor books another appointment of the same type, Odoo now reuses the salesperson already assigned to their existing lead when that person is available. This keeps follow-up ownership consistent, simplifies sales management, and shows upcoming appointment alerts directly above the booking calendar.
Original PR description
task-4247031
Resolved issues and error corrections
Orders placed from the same table QR code are now combined into the existing open table order. This helps restaurants avoid missing or split orders when multiple guests at one table order from different devices.
Original PR description
When 2 orders are made from the same QR Code representing the same table all the orders would not be merged on the table Steps to reproduce: ------------------- * Setup QR + Ordering and serving at Table in PoS settings * Open one table QR Code in 2 different devices/browsers * Make an order in each device > Observation: Only one will appear on the table Why the fix: ------------ Based on the behavior in 17.4 we should merge the orders from the same table. To do this when we find an open order for the table we change the id of the new order to the one of the existing order so that those 2 orders are merged. opw-4482805