Thursday, June 15, 2023
12 changes · master
Enhancements to existing features
Recruitment teams can now manually reorder refusal reasons to match their preferred workflow. This makes the list easier to organize and helps users find the right reason more quickly when processing applicants.
Original PR description
In this commit, We have added the sequence field so that the user can easily reorder the Refusal Reason. task-3336247
The timesheet search screen has been simplified to make it easier for users to find relevant sales-related timesheet entries. Users can now search directly by sales order and sales order line, while less useful search and grouping options have been removed.
Original PR description
improve the UX for search view: - remove the group by on 'Sale Order' - remove the quick search on 'sales order item' - add quick search for SO and SOL instead of 'Sale Order' task-3265251
Tasks no longer show the sales order line field to users without sales access when there is no value to display. This reduces clutter and avoids showing a read-only empty field that is not useful to those users.
Original PR description
Before this commit SOL field on task visible when user no sale access and field is set but SOL field is readonly when user has no sale access there is not point showing readonly empty field. This commit hide SOL field when user has no sale access and field is not set. task-3186438
The CRM lost lead wizard no longer requires users to turn on a separate option before entering a loss reason. This makes marking leads as lost faster and removes an unnecessary step while still letting users add a reason when useful.
Original PR description
To set the lost reason you currently need to toggle a field in the wizard if you are marking a lead as lost. As the loss reason isn't technically necessary, we can just let users choose whether to input anything or not without having to click anything task-3356095 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Demo data now enables the right routes for table-related products, making manufacturing and bill of materials examples more realistic. This helps users evaluating or demonstrating the system see clearer results in manufacturing overview screens.
Original PR description
Activated the route in demo data of Table Top, Table Leg and Wood Panel so that bom overview and MO overview can yield better demo results. task id: 3357025
This update adds shared helper tools that make Odoo's interface react more smoothly to data changes. It is mainly an internal improvement for Point of Sale and related services, helping future updates be simpler and more reliable without changing day-to-day workflows directly.
Original PR description
This commit adds a new module in web that contains a few helpers to make it easier to use reactive in Odoo. 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 point of sale preparation display now uses shared web update helpers to keep its data handling more consistent. This is an internal improvement that should support smoother, more maintainable preparation screen behavior without changing daily workflows.
The Stool demo product now has its route activated, making manufacturing-related demo screens show more complete and useful examples. This helps users better understand the bill of materials and manufacturing order overviews during demonstrations.
Original PR description
Activated the route in demo data of Stool so that bom overview and MO overview can yield better demo results. task id: 3357025
Helpdesk SLA policies now use the clearer label "Within" instead of "In" for timing rules. SLA policy list and kanban views are also ordered by team, making policies easier to scan and manage.
Original PR description
Change "time" field's label from "In" to "Within". Order list and kanban view by team. task-3251732
The Project Helpdesk module now includes demo data that illustrates how support tickets can be converted into project tasks. This helps users and evaluators better understand the workflow using realistic sample records.
Original PR description
This PR adds some demo data to showcase the ticket/task conversion feature. Task-3180982
Helpdesk ticket lists now show the total hours spent at the bottom of the view. This helps users quickly understand workload or effort across selected tickets without manually adding timesheet entries.
Original PR description
Purpose: allow users to view at a glance the total number of hours spent on a set a ticket. Specs: in tickets list view, display sum of hours spent at the bottom. task-3330300
The Helpdesk overview dashboard now uses the clearer label “Top Assignees” instead of “Top Agents.” This makes the dashboard wording more accurate for users reviewing who work items are assigned to.
Original PR description
Improve the following generic UX - Earlier assignees were named as Top Agents so we renamed it to Top Assignees task-3324591