Daily updates from Odoo
Friday, May 8, 2020
3 changes · master
Enhancements to existing features
Customer rating settings and navigation were renamed and reorganized to make feedback tools clearer for users. The update also improves rating email behavior, dashboard access, website links, and keeps older customer rating links working so previously sent emails remain usable.
Original PR description
- Rename the 'Use Rating on Project' feature into 'Customer Ratings' - Rename the 'Set Email Template to Stages' link to 'Set a Rating Email Template on Stages' - Add an optional list view for the Stages menu - display warning if the rating_template_id field is set and if one of the selected project_ids doesn't have the rating_status field set to true - Project form view revamp - rename the '% on tasks' stat button into 'Customer Satisfaction' - Remove the 'no option' for the rating frequency field because it is required - project form : Add a 'Go to Website' stat button - Project dashboard: remove the 'Customer Ratings' menu item in more - Ratings page: the 'Last 30 days' filter include ratings from today - remove the Appointment / Helpdesk Customer Satisfaction / Live Support menu items TASK ID : 1251
The Sign app now offers a smoother signing flow, with better guidance between required fields and more accurate default signatures. Date fields are automatically filled using today's date in the user's preferred language format, reducing manual work and mistakes.
Original PR description
Improve user experience in the sign application. Task Id 2216067 Related odoo/odoo#48529
The Planning Gantt view now consistently shows an unassigned or undefined row at the top when users group schedules by roles, departments, projects, tasks, or employees. This makes it easier to spot work that has not been fully categorized or assigned, even when that group is currently empty.
Original PR description
It should be done for the following associations of group by:
['role_id']
['role_id', 'employee_id']
['role_id', 'department_id']
['department_id', 'role_id']
['project_id', 'department_id']
['project_id', 'employee_id']
['project_id', 'role_id']
['task_id', 'department_id']
['task_id', 'employee_id']
['task_id', 'role_id']