Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3821 Tampilan

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
Buang
Jawaban Terbai

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
Buang

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

Post Terkait Replies Tampilan Aktivitas
3
Jun 23
4725
Attendance Diselesaikan
2
Okt 22
2832
4
Okt 21
7177
4
Okt 20
8950
1
Mar 15
4388