Wednesday, January 10, 2024
4 changes · 17.0
Enhancements to existing features
This update adds automated checks for several project interface elements, helping ensure task status, subtask counts, and priority controls continue to work as expected. It reduces the risk of future changes accidentally breaking common project management workflows.
Original PR description
Added JS tests for the following widgets: - status_with_color (project.project, project.update) - name_with_subtask_count (project.task) - priority_switch (project.task) Task-3660956 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The CRM test expectations were adjusted because a new security group check adds one extra database query. This keeps automated performance tests aligned with the current security behavior without changing day-to-day CRM functionality.
Original PR description
Enterprise https://github.com/odoo/enterprise/pull/51731 IAP https://github.com/odoo/iap-apps/pull/733
The follow-up report table now displays a clear "Reference" label for the first column instead of the confusing "Invoice Number" header. This change makes the report more user-friendly by accurately reflecting that this column can contain various types of document references, not just invoices.
Original PR description
Before this commit, in the table of the followup report the first column header had no label which was confusing for the user. This commit will add a name to the column ("Reference").
task: 3630022
Forward-Port-Of: odoo/enterprise#53694
Forward-Port-Of: odoo/enterprise#52768This update improves the reliability of email messaging tests by removing hard-coded data that could change when demo data is updated. The test now works consistently regardless of how the demonstration data changes, reducing false test failures and making the system more stable.
Original PR description
The problem was the hard coded `@Mitchell Admin` in the expected result. The case can be different when the demo data changes. Change the test and make it fixed in all cases. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr