Monday, September 9, 2024
3 changes · saas-17.2
Enhancements to existing features
This update refreshes internal automated tests for planning holidays and Gantt scheduling tools to make them easier to read and broaden validation of newer test helper behavior. There is no expected direct change for end users, but it helps maintain product quality and reduces risk in future updates.
Original PR description
New PR: https://github.com/odoo/enterprise/pull/69728
The Australian payroll accounting module now allows for the additional database queries introduced by recent payroll field calculations. This keeps automated performance checks aligned with the current system behavior and helps prevent false test failures.
Original PR description
In this pr: https://github.com/odoo/odoo/pull/171795 we added some computed fields which caused an increase on the query count of the l10n_au_hr_payroll_account module, this commit will increase that. task: 4127269
This update moves Odoo's web test pages to the newer testing system and keeps legacy test pages available separately. It also fixes several testing-tool behaviors around clicks, touch events, screen sizing, and sidebar layout, helping teams validate web changes more reliably.
Original PR description
New PR: https://github.com/odoo/odoo/pull/179660