Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3714 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit

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

Related Posts Odpovědi Zobrazení Aktivita
3
čvn 23
4606
Attendance Vyřešeno
2
říj 22
2680
4
říj 21
7030
4
říj 20
8751
1
bře 15
4274