Monday, August 29, 2022
3 changes · master
Resolved issues and error corrections
A signing workflow test was updated so it continues to work after a small change to the copy button layout. This helps keep automated checks reliable and prevents false test failures, with no expected change for end users.
Original PR description
This commit follows community fix in PR odoo/odoo#98340. The tour test fails without this change as the CopyButton component now uses one more div in its template.
This fix removes fragile internal dependencies that could cause issues when payroll or electronic stock document records were searched or processed. It helps keep related HR payroll and localization workflows more stable without changing day-to-day user behavior.
Original PR description
Companion of https://github.com/odoo/odoo/pull/98562
The settings page no longer allows swipe actions on large screens, preventing accidental or unintended behavior for desktop users. Swipe behavior remains available on smaller mobile screens where it is appropriate, with tests added to protect this behavior.
Original PR description
This commit fixes the settings form view. Since its Owl conversion, the ActionSwiper component is used in the template. Before this commit, it was used even when we don't want the settings to allow the swipe. It now only activate the swipe behavior on smaller screens