Thursday, April 10, 2025
1 change · saas-18.1
Enhancements to existing features
The Point of Sale product screen now keeps the same product order when returning to it after data has been stored in the browser. This avoids confusing changes in product placement between the first view and later views, helping cashiers find items more reliably.
Original PR description
Before this commit, the second and onwards view of the product screen will pull and sort products by the data stored in IndexedDB. The first load of the product screen sorts based on a SQL query, whose sorting may be lost on sequential loads of the product screen. This change maintains the sort sequence to 'product.template' when loading the product screen when IndexedDB exists in the browser. opw-4584724 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr