Thursday, February 26, 2026
3 changes · saas-18.4
Enhancements to existing features
Bank account creation is now more consistent across accounting flows, reducing duplicate records and preventing accidental use of unverified company accounts. Users with the right permissions are guided to activate trusted accounts directly, which helps ensure payments and reconciliation use the correct bank details.
Original PR description
Forward-Port-Of: odoo/odoo#249983
Point of Sale now synchronizes large local data sets more efficiently, such as loyalty cards stored for offline use. This reduces slowdowns during checkout and helps staff add products to carts more smoothly.
Original PR description
Before this commit, if a model had a large number of records, for example, loyalty card, the synchronization of IndexedDB could be slow, leading to performance issues when adding products to the cart. opw-5232087 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#244965 Forward-Port-Of: odoo/odoo#241373
This update enhances the logging process when exporting large amounts of data from Odoo spreadsheets. Specifically, it tracks downloads, clipboard copies, printing, and freezing of spreadsheets, providing better visibility into data usage. Additionally, it restricts the ability to download frozen or XLSX spreadsheets to authorized users only, improving data security.
Original PR description
Forward-Port-Of: odoo/enterprise#107338 Forward-Port-Of: odoo/enterprise#85888