Monday, July 15, 2024
2 changes
1 change
Enhancements to existing features
The calendar module's internal automated tests were updated to use Odoo's newer testing framework. This improves maintainability and reliability of future calendar quality checks without changing the user-facing calendar experience.
Original PR description
Update legacy tests importing mail/test_utils.js to use HOOT instead of Qunit. Task-3818666
1 change
Enhancements to existing features
The Sign template action previously called Duplicate has been moved to a more appropriate place and renamed Edit. This makes the action clearer for users when they need to modify or reuse signing templates.
Original PR description
In the Sign module, move the 'Duplicate' button to a new location and rename it to 'Edit'. task: 3977796