-
- Downloads
[FIX] hr_holidays_attendance: delete overtime on leave cancelation
When a leave was canceled, the overtime record linked to it was not
deleted resulting in a wrong count of available overtimes.
Whatever the config of the time off type used to deduct extra-hours, its
total should be displayed in "hours" instead of "days" on the dashboard.
task-3097259
closes odoo/odoo#107712
Signed-off-by:
Kevin Baptiste <kba@odoo.com>
Showing
- addons/hr_holidays_attendance/models/hr_leave.py 4 additions, 0 deletionsaddons/hr_holidays_attendance/models/hr_leave.py
- addons/hr_holidays_attendance/static/src/xml/time_off_calendar.xml 3 additions, 0 deletions..._holidays_attendance/static/src/xml/time_off_calendar.xml
- addons/hr_holidays_attendance/tests/test_holidays_overtime.py 25 additions, 0 deletions...ns/hr_holidays_attendance/tests/test_holidays_overtime.py
- addons/hr_holidays_attendance/views/hr_leave_views.xml 15 additions, 1 deletionaddons/hr_holidays_attendance/views/hr_leave_views.xml
Please register or sign in to comment