Daily updates from Odoo
Monday, June 29, 2026
3 changes · saas-19.2
Enhancements to existing features
This change lets operators adjust how long unused database connections stay open by using an environment setting. It helps reduce memory usage in environments where keeping too many idle connections alive could strain resources.
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 check status button is now disabled for users who do not have permission to edit the check. This prevents access errors when a user tries to change a check’s status in a company where they do not have write access.
Original PR description
Before this commit: Only main company of tax unit have write access on check, so when main company is not selected and user tries to change status of check, access error is thrown. After this commit: Disable check status button if user don't have write access on check. task-5951364 Forward-Port-Of: odoo/odoo#271447
The option to send a PDP response is no longer shown as a large on-screen button. It has been moved into the cog wheel menu, since cancelling and then posting an invoice or bill already provides the same result.
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