Daily updates from Odoo
Wednesday, September 14, 2022
1 change · master
Enhancements to existing features
The Planning app is simplified by removing planning slot tags and the separate planning calendar module, while adding clearer role-based planning for material resources. Managers also gain quicker access to employees from Planning and more practical default shift hours on non-working days, making scheduling easier.
Original PR description
This commit removes the tags from the planning slots and adds a role field to the material resource. The objective is to fulfill some specific use case. e.g. : you need 2 cranes for your…
This commit removes the tags from the planning slots and adds a role field to the material resource. The objective is to fulfill some specific use case. e.g. : you need 2 cranes for your construction. You can create open shifts for the two following roles: crane 1 and crane 2. We remove the planning_calendar module which was done as part of task 2972953. This change was made as part of the general effort to simplify the planning app and improving its user friendliness. This commit adds a menu option under the "Configuration" option that redirects the user to the employees kanban/list view. This change will allow the user to view the employees straight from the planning app, further increasing efficiency and ease of use. This commit changes the defaults hours that are printed in the shift form view from 00:00-23:59 to 09:00-17:00 which are the standard working hours. This only applies to non-working days, where the employee who is to be assigned a shift does not have standard working hours. This change should make it easier for managers to assign shifts on non-working days. It also rewords a few onboarding tours to be more accurate Co-Authored-by: Panagiotis Kyriakou <paky@odoo.com> task-2972953