Daily updates from Odoo
Monday, May 25, 2026
1 change · 19.0
Resolved issues and error corrections
This update resolves an issue where cancelled food delivery orders remained active in the Point of Sale (PoS) system. Now, when a delivery order is cancelled through the aggregator, the PoS order automatically reflects the cancelled state, ensuring accurate order tracking and preventing confusion for staff. This improves the user experience and data consistency.
Original PR description
pos*: pos_urban_piper, pos_enterprise When a food delivery order is cancelled from the aggregator side, the PoS order remains active on the frontend instead of reflecting the cancelled state. Steps to reproduce: - Configure UrbanPiper with Atlas - Place an order via Atlas - Open the order from the notification bar - Cancel the order from Atlas Issues: - Cancelled orders continue to appear in `Draft` - Accepted/preparation orders are not cancelled on the preparation display Fix: - Synchronise the PoS order state with the delivery state on cancellation - Update preparation display orders when delivery orders are cancelled Task-6217704 Forward-Port-Of: odoo/enterprise#118058 Forward-Port-Of: odoo/enterprise#117374