Wednesday, May 10, 2023
6 changes
Enhancements to existing features
This update removes the "assign me" button and clock icon from task and helpdesk ticket forms, including shared project views. This simplifies the interface and reduces visual clutter for users managing projects, timesheets, and support tickets.
Original PR description
Description of the issue/feature this PR addresses: Before this commit assign_me button and clock icon from start button is shown in project task , project sharing as well as helpdesk ticket. This commit remove assign_me buttom and clock icon from start button in project task, project sharing and helpdesk ticket. task-3292056
Lithuanian SAF-T test data was updated to match the improved, standardized tax naming used across Odoo. This helps ensure tax labels display more consistently on invoices and supports better tax search behavior.
Original PR description
We want to invigorate a Tax Name Taxonomy so that tax names are as codified as possible. This allow for a better display on Invoice Description, and allowed us to implement a smart name_search. In the community PR, we changed the name of the taxes so we need to correct thoses tests task-id: 3052677
German localization report tests were updated to match the improved tax naming approach introduced in the related community changes. This supports clearer tax labels on invoice descriptions and more reliable tax search behavior for users.
Original PR description
We want to invigorate a Tax Name Taxonomy so that tax names are as codified as possible. This allow for a better display on Invoice Description, and allowed us to implement a smart name_search. In the community PR, we have changed the Taxes names so that it's more clear for users, but we need to changed in the test too. task-id: 3052677
Performance test expectations were updated after a related platform change added checks for document followers. This supports showing or hiding unfollow links correctly in emails and inbox messages while keeping automated performance monitoring accurate.
Original PR description
The query counts have been adjusted following the development of odoo/odoo#107978. In order to display the unfollow link or not in emails or in the inbox, the system need to query the followers of the document. This is what explains the added queries. Task-3061864
The delivery IoT app now uses a single notification subscription instead of creating multiple subscriptions. This should reduce background overhead and make delivery device updates more reliable without changing the user workflow.
Original PR description
community: https://github.com/odoo/odoo/pull/120893
Country-specific Odoo apps no longer need individually designed flag icon files. This simplifies maintenance across many localisation, payroll, reporting, and accounting modules while keeping app presentation consistent.