Daily updates from Odoo
Monday, August 29, 2022
4 changes
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
This fix ensures that cash-basis tax reporting labels are correctly carried into journal entries created during bank reconciliation with manual tax operations. It helps accounting teams keep tax reports accurate and avoids missing tax information after reconciliation.
Original PR description
Have a CABA tax Create a Bank statement with a line Reconcile with manual operation adding the CABA tax After reconciliation check the journal entries: the tags will be missing opw-2865789 X-original-commit: 2b2735d0eff809b26002ef7cb34e662aa5a0c2ad