Tuesday, November 30, 2021
4 changes
Enhancements to existing features
Project task schedule popovers now show allocated hours based on each assignee's working calendar. This helps managers quickly understand planned workload directly from the Gantt view, including totals across multiple assignees.
Original PR description
This PR adds the allocated hours information on the gantt popover. The allocated hours are computed based on the user's working calendar information. If there are multiple assignees, the working hours is the sum of the allocated hours for each user. This commit takes advantage of the PR #21135 and copy the way the allocated hours are computed in planning slots. task-2664117
Project and task views have been refined to make everyday planning and forecasting workflows easier to use. These updates help teams navigate project information more smoothly and reduce friction when working with forecasts and timesheets.
Original PR description
Purpose of the commit is to improve the generic UX of project task and project views. Related Community PR: odoo/odoo#75509 task-2590412
Employee appraisal planning now shows the next planned appraisal date before the appraisal is created. When Employee Contracts is installed, the first appraisal is scheduled from the employee's first contract start date when available, making appraisal timelines better aligned with actual employment start dates.
Original PR description
In the following commits: 1) next_appraisal_date_display is added in order to show upcoming (planed and not yet created) appraisal date from employee app 2) Appraisal plan domain is modified so that when 'Employee Contracts' is installed, the date of the first appraisal will be based on the start date of the first contract, rather then create_date of the employee. task - 2667125
Event attendee screens now open with overview-focused views first, making it easier to monitor registrations and event fill levels. Attendee reporting now starts with a graph instead of a pivot table, giving business users a clearer visual snapshot at a glance.
Original PR description
PURPOSE Change the view sequence of the attendees in Event. SPECIFICATIONS In this commit we have changed the sequence of the view, after this commit if the attendees opened from stat button or kanban button it will display the list view before the kanban view, purpose is that this is not the path to register or confirm attendance, you just want to keep an eye on how well your event is filling up and need an overview. We have also changed the sequence of attendees reporting view, after this if we opens attendees reporting, instead of displaying the stern looking pivot table it will display the graph view. LINKS PR #21976 Task 2670765