Friday, June 5, 2026
2 changes · saas-18.4
Enhancements to existing features
This improves Odoo's internal performance profiling so long-running profile captures can be saved after a time limit instead of waiting until the end. It helps teams keep useful diagnostic information for slow or heavy operations, supporting faster troubleshooting with minimal user-facing impact.
Original PR description
Modify the query collector so that it add an entry before the query runs and updates the time after it runs. use the async collector periodic sampling to commit the profiler after a time limit. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#250383 Forward-Port-Of: odoo/odoo#215034
This update simplifies VAT reporting for Odoo users in Norway. The default VAT periodicity has been set to bi-monthly (every 2 months), aligning with the standard reporting frequency used in Norway. This change reduces the administrative burden for Norwegian businesses using the Odoo Enterprise system.
Original PR description
Set the default VAT periodicity for Norwegian companies to every 2 months, aligning with the most commonly used reporting frequency in Norway. task-6209940 Forward-Port-Of: odoo/enterprise#117054