Thursday, May 12, 2022
6 changes · master
Enhancements to existing features
When a subtask is created, it now automatically includes the same followers as its parent task, including their notification preferences. This helps teams keep the right people informed without manually re-adding followers, while later follower changes remain independent between parent tasks and subtasks.
Original PR description
When we create a substask, we want that it will be followed by partner 1,2,3 I have an error saying duplicated key (res_model, res_id, partner_id) but i don't have any line in the data base with theses 3 keys check code comments for more details and the screenshot Thank you in advance
HR contracts with an end date in the past are now closed automatically. This keeps employee contract statuses accurate without manual follow-up, reducing administrative work and avoiding outdated active contracts.
Original PR description
Automatically closes contracts when the end date is set in the past. TaskID: 2845368 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 makes several small usability improvements across manufacturing and inventory workflows, including clearer status colors, better work order filters, and improved manufacturing order navigation after merging subcontracted orders. It also adjusts manufacturing settings wording, demo data, and location options to reduce confusion for users.
Original PR description
Combination of multiple small UX improvements Task: 2799674 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Survey participation forms are easier to review with clearer pass/fail status, quick answer previews, and easier access to a participant's related attempts. The update also adds collaboration tools so teams can discuss responses and schedule follow-up activities directly from the form.
Original PR description
PURPOSE Globally improve the main survey.user_input form view to make it more user friendly. This includes fields move, new computed fields, a ribbon, ... SPECIFICATIONS - Add a ribbon on the form…
PURPOSE Globally improve the main survey.user_input form view to make it more user friendly. This includes fields move, new computed fields, a ribbon, ... SPECIFICATIONS - Add a ribbon on the form view that says "passed" or "failed" according to the user result - Introduce a new "Answer" column for the questions list view that is a computed field that displays the answer based on the question type ; This allows to see the answers at a quick glance without having to drill down every question to look at the "value_char_box", "value_datetime", ... - Add the attempts count information in a stat-button, when clicked, the user is redirected to the list view of all survey attempts of that specific user for that specific survey - Re-organize and move some fields - Hide some advanced information into debug mode Task-2729604 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
Mailing contact lists can now be edited directly from the list view for key details such as title, country, and company name. This saves users time when updating multiple marketing contacts and adds optional title and country columns for easier data management.
Original PR description
PURPOSE Set the mailing contact list view multi editable. The editable fields are 'title', 'country' and 'company name'. Along with that we add the optional fields 'title_id' and 'country_id' to the view. LINKS Task-2832509 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Spreadsheet charts can now be linked to a specific Odoo menu, giving users a quick path from a chart to the underlying business data. This improves navigation and makes dashboards more actionable for teams reviewing spreadsheet reports.
Original PR description
Add the possibility to link a specific odoo menu to any chart, allowing users to access the relevant data. Wait after #25882 to merge Odoo task 2799630