Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
4473 Prikazi

Hi everybody,

Is there anyway to calculate employee working time and overtime with Attendance module?

For example, I want to set working time for an employee is 40hrs/week. And record the time by Attendance module (check in/out). If his attendance > 40hrs, then I can calculate the Overtime.

I try to set the working schedule, but it seem not related to Attendance.

Is there any ext. module for this function?


Thank you

Avatar
Opusti
Best Answer

Hello,

You can see https://www.odoo.com/apps/modules/10.0/hr_overtime_request/ and https://www.odoo.com/apps/modules/10.0/print_timesheet_regular_overtime/

Regards.

www.probuse.com

Avatar
Opusti
Best Answer

hr_attendance_analysis is available for v7.0. You can migrate it to your version and use it.
Code was available in here : https://github.com/OCA/hr-timesheet/tree/7.0/hr_attendance_analysis

Avatar
Opusti
Avtor

Thank you Tintu