Daily updates from Odoo
Monday, June 29, 2026
2 changes · saas-19.4
Enhancements to existing features
This change lets operators adjust how long unused database connections stay open by using an environment variable. It helps reduce memory usage in environments with limited resources by closing idle connections sooner when needed.
Original PR description
In memory-scarce environments, the default 10-minute idle timeout may keep too many backend connections alive. Allow operators to override it via the ODOO_DB_MAX_IDLE_TIMEOUT environment variable to evict idle connections more aggressively. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: https://github.com/odoo/odoo/pull/271785
The timesheet assistant manager now gives more reliable suggested entries. This helps managers and teams save time and avoid correcting small issues in proposed timesheets.
Original PR description
This commit's purpose is to add a few bugprovement to the timesheet assistant manager. Those imp concerns mostly the timesheets suggested by the assistant manager. task-6179842 Forward-Port-Of: odoo/enterprise#121645 Forward-Port-Of: odoo/enterprise#118494