Monday, June 29, 2026
3 changes · saas-19.3
Enhancements to existing features
This change lets operators adjust how long idle database connections stay open by setting an environment variable. It helps reduce memory usage in environments with limited resources by closing unused connections sooner.
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
This update adds two new delivery providers to the point-of-sale Urban Piper integration: Food Zapp for the UAE and Enqueue for Saudi Arabia. It broadens local delivery support, helping businesses connect with more region-specific delivery options.
Original PR description
In this commit: - We are introducing two new providers, FoodZapp and Enqueue, for the UAE and KSA, respectively. Task-6263190,6263310 Forward-Port-Of: odoo/enterprise#121461
This update refreshes the Australian payroll tax rates and calculation formulas for the 2026–27 financial year. It also corrects how the Medicare exemption is applied from 2024 onward, helping ensure payroll calculations remain accurate and historical payslips can still be corrected when needed.
Original PR description
Update tax rates and formulas for the 2026-27 financial year in the Australian payroll module. This commit also amends the tax rates and formulas from 2024 onwards. The Medicare exemption is now properly factored into the tax rates from the 2024-25 fiscal year forward, with the revised formula applied accordingly. Data for pre-2024 remains supported to facilitate importing historical payslips for corrections, aligning with the ATO rule allowing amendments for up to 5 years after the original payslip date. 6252689 Forward-Port-Of: odoo/enterprise#121561