Daily updates from Odoo
Wednesday, April 15, 2026
2 changes · master
Code cleanup and technical improvements
This update simplifies the longpolling service, making it easier for the development team to maintain and update. This change improves the overall stability and reliability of the IoT integration, reducing potential downtime. The update was driven by a need for better maintainability.
Original PR description
We simplify the longpolling service to make it easier to maintain. see odoo/odoo#243554
This update streamlines a key function within the account reports module, specifically in how it generates SQL queries for analytic coverage. This simplification enhances the speed and efficiency of report generation, leading to faster processing times and a better user experience. The change is a routine optimization.
Original PR description
Simplification of the function 'compute_sql_analytic_coverage' in account_analytic_line in the report module. Forward-Port-Of: odoo/enterprise#113842