Wednesday, January 26, 2022
3 changes · master
Enhancements to existing features
Mail startup now retrieves initialization failures through a separate server request, helping the app handle issues more gracefully. This improves reliability for users opening Discuss or chatter without changing their normal workflow.
Original PR description
Task-2742946 Task-2746116
Planning managers get better ways to organize shifts, spot changed published shifts that need resending, and see planned hours against capacity directly in the Gantt view. Duplicating planning roles and shift templates is clearer and more complete, while the employee screen is simplified by removing an extra planning shortcut.
Original PR description
**Planning:** So, In this PR did the following points: - Add a custom filter and a group by on employees work location. - Indicate the percentage of hours planned with the total capacity of the resource in gantt view progress bar. - Remove the `'view planning'` action button from the control panel of `hr.employee`. - Copy the project and task set on the template when duplicating it shift template. - Add a group by on company and end date. - Add filter to resend which return shifts that have some changes that were made since it was last published. - Add `(copy) `to the name of the role when duplicating it. closes #23212 task-2725993
The appointment calendar now follows the visitor's selected language settings, including the first day of the week, weekend days, and time format. This makes booking appointments clearer and more familiar for customers in different regions.
Original PR description
# Purpose Adapt the frontend calendar and time slot based on the language used # Specifications Before the calendar and the slots displayed in the frontend were hardcoded to a certain format. Now we use the locale to adapt the calendar like the first week day, the weekend and the time format. The locale is determined by the language currently used on the frontend. # Links task-2618615