Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3808 Weergaven

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?

Avatar
Annuleer
Beste antwoord

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






Avatar
Annuleer

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

Gerelateerde posts Antwoorden Weergaven Activiteit
3
jun. 23
4714
Attendance Opgelost
2
okt. 22
2822
4
okt. 21
7162
4
okt. 20
8937
1
mrt. 15
4381