Skip to Content
Menu
This question has been flagged
1 Atsakyti
3881 Rodiniai

Hello,
The hr work entry type I need:
absence
Weekend
sick leave
public holidays
Etc

After check-in and check-out in the attendance module, I realized that attendance data is not transferred to the payroll module. What is your solution to transfer attendance data  from the attendance module to the payroll module?

Portretas
Atmesti
Best Answer

My solution is override the `_get_worked_day_lines_values` method in `hr.payslip` model.


def _get_worked_day_lines_values(self, domain=None):
res = super()._get_worked_day_lines_values()
# Attendance data HERE
return res






Portretas
Atmesti

Hi, I'm starting in odoo and have the same problem, could you please explain how to do it?

Related Posts Replies Rodiniai Veikla
3
birž. 23
4759
2
spal. 22
2860
4
spal. 21
7223
4
spal. 20
9043
1
kov. 15
4407