Monday, February 23, 2026
3 changes · saas-18.3
Enhancements to existing features
This update enhances the spreadsheet module by adding logging when exporting large amounts of data, particularly during spreadsheet downloads, copy-pasting, and printing. It also restricts access to downloaded frozen or XLSX spreadsheets to authorized users, improving data security and control.
Original PR description
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 Forward-Port-Of: odoo/odoo#246828 Forward-Port-Of: odoo/odoo#210592
This update enhances the logging process when exporting large amounts of data from Odoo spreadsheets, specifically during XLSX downloads, clipboard copies, and printing. It also restricts access to frozen or XLSX spreadsheets to authorized users, improving data security and control.
Original PR description
Forward-Port-Of: odoo/enterprise#106210 Forward-Port-Of: odoo/enterprise#85888
This update optimizes the creation of global invoices in the Mexican tax reporting module. By changing the wizard's storage method to 'TransientModel', the system no longer permanently stores the wizard data when a global invoice is created. This improves performance and reduces unnecessary database usage.
Original PR description
Change to TransientModel so a wizard is not permanently stored in db when creating a global invoice. Forward-Port-Of: odoo/enterprise#107950 Forward-Port-Of: odoo/enterprise#107244