Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
3858 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
3
Juni 23
4751
Attendance Gelöst
2
Okt. 22
2851
4
Okt. 21
7210
4
Okt. 20
8991
1
März 15
4400