Daily updates from Odoo
Thursday, February 12, 2026
2 changes · 17.0
Enhancements to existing features
This update introduces a time limit for profiling queries within Odoo. Previously, profiling could run indefinitely, consuming resources. Now, queries are automatically timed and reported, providing more efficient monitoring and helping to identify performance bottlenecks.
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
This update streamlines the process of generating account reports by eliminating a less efficient query. This change improves the speed and reliability of generating key financial reports, leading to faster insights for our finance team. The update focuses on internal performance improvements.