Monday, December 1, 2025
2 changes · saas-18.3
Enhancements to existing features
This update enhances Odoo's tax calculations to properly account for taxes based on volume, such as VAT on sales of goods. This change, requested during Odoo Exp 2025, ensures more accurate tax calculations for businesses using volume-based tax models. It impacts the account_tax_python module and related components.
Original PR description
The use case to cover is when you have a volume based tax. Requested during Odoo Exp 2025. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#237434 Forward-Port-Of: odoo/odoo#232146
This update improves the speed of retrieving product information within the Odoo system. By processing multiple attributes and values in batches, the system now completes this task significantly faster – reducing the time from 2.7 seconds to just 0.8 seconds. This change enhances the overall responsiveness of the sales and product configuration processes.
Original PR description
Performing read operations on attributes and values in batch yields a significant performance improvement and is standard practice. Tested with 60 attributes and 8000 values: went from 2.7s to 0.8s (-70%) No task --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#235170