Daily updates from Odoo
Friday, March 20, 2026
1 change · 19.0
Enhancements to existing features
This update prioritizes synchronization of a user's databases, ensuring they see their key performance indicators (KPIs) first. By changing the synchronization order, it reduces the risk of databases being queued unnecessarily, leading to a smoother and more responsive experience for users.
Original PR description
The aim of this commit is to make sure the dbs from the current user are synchronized first allowing the user to see his db kpi first. Before this commit: The dbs were synchronized according to the default order of `project.project`. After this commit: The user dbs get synchronized first reducing the risk for those to be queued in the CRON. task-id: 5951983