Friday, November 12, 2021
2 changes · master
Enhancements to existing features
Users can now generate the planning schedule as a PDF, making it easier to print and share around the office. The same PDF is also attached automatically when sending planning emails, helping recipients keep a portable copy.
Original PR description
Generate the planning by PDF, so it can easily printed to be shown around in the office, etc. The planning is also attached to the email sent by the "Send Planning" wizard. TaskID: 2271395
Planning now uses an employee’s normal working calendar to set shift start and end times, even when the employee is on leave that day. This avoids shifts being shown as full-day entries and makes schedules more accurate for managers.
Original PR description
[IMP] planning: match the shift start and end datetime when on leave If the employee is on leave on a certain day and a shift is scheduled on the day he is on leave, it will default the start and end of the shift from 0:00 to 23:59 in planning. This PR defaults the start and end date based on the resource calendar of the employee regardless of the employee being on leave or not task-2632775 Related PR: odoo/odoo#79127