Wednesday, November 6, 2024
4 changes · saas-17.2
Enhancements to existing features
The accounting online synchronization module’s automated tests were moved to a newer testing framework. This helps keep internal quality checks maintainable and aligned with current standards, with no expected change for end users.
Original PR description
Update legacy tests importing mail/test_utils.js to use HOOT instead of Qunit. Task-3818666
The VoIP OnSIP module's automated tests were updated to use Odoo's newer testing framework. This improves long-term maintainability and helps ensure the phone integration remains reliable without changing user-facing behavior.
Original PR description
Purpose of this PR is to convert Qunit tests to hoot. Part of task-3818666
The Timesheet Grid module’s automated tests were updated to stop relying on older mail testing tools. This is an internal cleanup that helps keep the test suite easier to maintain without changing the user experience.
Original PR description
This commit aims to remove legacy mail test helpers and utils dependencies. Part of task-3818666
The Sign app’s automated tests were updated to use Odoo’s newer testing framework. This helps keep the module easier to maintain and supports more reliable future quality checks without changing end-user behavior.
Original PR description
Update legacy tests importing mail/test_utils.js to use HOOT instead of Qunit. Task-3818666