Wednesday, May 10, 2023
9 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
Appointment calendar exports now use a clearer event title and description for ICS files and Google Calendar. This helps people booking appointments better understand the event and consistently see organizer details.
Original PR description
We now generate a different summary and description for ics files and google calendar exportation. This is a lot more clear for the people booking the appointment. We also don't expect users to get an ics file via this method so always giving the organizer details makes sense. task-3232952
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
Businesses can now define default stock accounting settings in one place and choose whether stock movements are automatically accounted for. Manufacturing-related stock movements can also use a dedicated production cost account, improving cost tracking and financial accuracy.
Original PR description
1. We introduced a new Production Cost account that can be set on locations with Production type. When products move into/out of a production location. The account entry will be post on this account instead of previous Stock in/out account. 2. On the accounting setting page, we can now set the default values for all stock accounts. Users can also disable automatically accounting for stock there. Task-3046333
Norwegian tax names have been updated to follow a clearer, more standardized naming approach. This improves how taxes appear on invoice descriptions and supports more accurate tax searches, with related report tests adjusted to match the new names.
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 related community PR we have changed tax names so those test need to be modified 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.