Wednesday, March 6, 2024
10 changes · master
Enhancements to existing features
When a time off type is duplicated, the copy now gets a clear “(copy)” label in its name. This helps HR users distinguish original leave types from duplicates and reduces confusion during configuration.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The HR Skills report now lets users filter results to show archived employees only. This makes it easier for HR teams to review historical employee skills data without mixing it with active employee records.
Original PR description
With this pr, you will be able to see only archived employee. task: 3688706 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The automated tests for phone number fields were moved to Odoo's newer testing framework. This improves maintainability and helps ensure phone-related behavior remains reliable without changing the user-facing product.
Original PR description
task-3705027
Vehicle contract views now show users with their avatar, making it easier to recognize the people linked to each contract at a glance. This is a small usability improvement for fleet management teams and does not change contract data or workflows.
Original PR description
task-3782687
This update improves Odoo's HOOT testing framework and related web tests, making automated tests more reliable and easier to maintain. It reduces false failures around dates, keyboard interactions, drag-and-drop, search focus, and text spacing, helping teams catch real issues faster without affecting everyday users.
Original PR description
Part 1: https://github.com/odoo/odoo/pull/152930 Part 2: https://github.com/odoo/odoo/pull/153018 Part 3: https://github.com/odoo/odoo/pull/153023 Part 4: https://github.com/odoo/odoo/pull/153203 Part 5: https://github.com/odoo/odoo/pull/153425 Part 6: https://github.com/odoo/odoo/pull/153700 Part 7: https://github.com/odoo/odoo/pull/154054 Part 8: https://github.com/odoo/odoo/pull/154579 Part 9: https://github.com/odoo/odoo/pull/155073 Part 10: https://github.com/odoo/odoo/pull/155639 Enterprise: https://github.com/odoo/enterprise/pull/58135 This pull requests brings various improvements and fixes to Hoot and the Odoo unit test ecosystem. See the different commit messages for more details. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update modernizes internal automated tests for confirmation dialogs in the web interface. It does not change how users interact with Odoo, but helps maintain quality and reliability for future web updates.
Original PR description
task-id: 3705027 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update moves web context test coverage to Odoo's newer testing framework. It does not change day-to-day functionality, but helps the team maintain the web interface with more reliable and modern automated checks.
Original PR description
task-id: 3705027 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update modernizes internal tests for the web overlay behavior, helping ensure pop-up and overlay interactions remain reliable. There is no direct change for end users, but it supports better long-term quality and maintainability of the web interface.
Original PR description
task-id: 3705027 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Contact lists can now be ordered by name, making it easier for users to find and review records in a predictable order. This improves day-to-day navigation in the Contacts area without changing existing contact data or workflows.
Original PR description
Previously, the contacts in the list view could not be reordered by name. This PR now allows contacts to be ordered by name in the list view. Task-3754594
This update adjusts Web Studio automated tests to align with recent changes in the partner list view. It helps keep quality checks reliable so future updates can be validated without false failures.
Original PR description
Adapt tests based on the list view of res.partner in the community. Related PR-https://github.com/odoo/odoo/pull/155181 Task-3754594