Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hr_timesheet_sheet_attendance/models/hr_timesheet_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def attendance_action_change(self):
perform Check In/Check Out action
Returns last attendance record"""

return self.employee_id._attendance_action_change()
return self.employee_id.attendance_manual(None)

def action_timesheet_confirm(self):
self.check_employee_attendance_state()
Expand Down
Loading