Tuesday, August 25, 2026
3 changes · saas-19.4
Enhancements to existing features
Manual Point of Sale data reloads now clear browser-stored local and session data in addition to the main offline database. This helps prevent inconsistent or outdated checkout data after a reload, reducing the chance of operational issues in stores.
Original PR description
Manual data reloads reset IndexDB but leave local and session storage intact. The goal is to clear them to avoid inconsistent data. task-6456447 Forward-Port-Of: odoo/odoo#283763 Forward-Port-Of: odoo/odoo#281456
Point of Sale no longer waits for receipt printing to finish before completing order validation. This helps cashiers move on sooner after payment, improving checkout flow while receipt printing continues separately.
Original PR description
- Stop awaiting the receipt print in the POS after order payment validation - Adapt tours to this behavior change task-id: 6425204 enterprise PR: https://github.com/odoo/enterprise/pull/127818 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#283360 Forward-Port-Of: odoo/odoo#280002
The web interface now uses a newer version of Owl, the framework that powers many interactive screens in Odoo. This keeps the platform aligned with the latest upstream improvements and helps maintain reliability for future user interface enhancements.
Original PR description
Release notes: https://github.com/odoo/owl/releases/tag/v3.0.0-alpha.47 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr