Thursday, June 27, 2024
3 changes
1 change
Enhancements to existing features
The bank account validation module’s automated tests were updated to use Odoo’s newer testing framework. This improves long-term maintainability and reliability for future changes without affecting day-to-day user workflows.
Original PR description
Update legacy tests importing mail/test_utils.js to use HOOT instead of Qunit. Task-3818666
2 changes
Enhancements to existing features
Activity actions now use proper clickable elements instead of relying on icons or text alone. This improves accessibility for users who navigate with assistive tools and makes the activity interface more reliable to use.
Original PR description
Before this PR, t-on-click where directly on `<i>` and `<span>` elements. This is not correct since they are not clickable html element and could be a challenge for people using accessibility tools. This PR adds clickable elements to the t-on-clicks Community PR: https://github.com/odoo/odoo/pull/170000/
This update adjusts internal test expectations to account for an extra database check when deleting an accounting move. It helps keep automated validation accurate for document accounting behavior without changing the user experience.
Original PR description
One additionnal query is made to check if we need to set the marker for a gap created when unlinking the move.