Monday, June 1, 2026
1 change · saas-19.2
Code cleanup and technical improvements
This update streamlines how key performance indicators (KPIs) are calculated within Odoo. By using direct SQL queries, the system now computes KPI summaries more efficiently, reducing the load on the system. This results in faster reporting and a better user experience.
Original PR description
Refactor KPI providers to compute summaries directly in SQL. This makes KPI computation callable from the /kpi/summary controller, which can call them without loading a registry. Task-id: [5167731](https://www.odoo.com/odoo/project.task/5167731) Forward-Port-Of: odoo/enterprise#118901 Forward-Port-Of: odoo/enterprise#113422