Daily updates from Odoo
Wednesday, July 15, 2026
1 change
Resolved issues and error corrections
This update fixes a critical issue where paid orders could be lost if a network connection was interrupted during the order validation process. Previously, the system relied on a temporary memory storage, leaving no safeguards against accidental order closure. Now, the system ensures order data is reliably synchronized to the server, preventing data loss.
Original PR description
When an order is validated, the state is set to "paid" and a sync to the server is attempted. If the network dropped during that sync, the order could be permanently lost: the 300ms IndexedDB debounce had not yet fired, so the paid order lived only in memory, and no guard prevented the cashier from accidentally closing or refreshing the tab in that window. opw-6237823 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#267799