Monday, June 29, 2026
2 changes · 19.0
Enhancements to existing features
Odoo now lets operators shorten how long unused database connections stay open through an environment setting. This helps businesses running in memory-limited environments reduce resource usage without code changes.
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: odoo/odoo#271785
The manual option to send a PDP response is no longer shown as a prominent button on French electronic invoices and bills. It has been moved into the cog wheel menu because normal actions like cancelling or posting already handle the same response flow, keeping the screen cleaner without removing the capability.
Original PR description
No real need to show a big button for sending a response in PDP as cancelling and posting an invoice/bill would do the same, so we move it to the cog wheel menu task-6274220 Forward-Port-Of: odoo/odoo#268846