Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3827 Переглядів

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?

Аватар
Відмінити
Найкраща відповідь

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






Аватар
Відмінити

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

Related Posts Відповіді Переглядів Дія
3
черв. 23
4731
Attendance Вирішено
2
жовт. 22
2834
4
жовт. 21
7180
4
жовт. 20
8963
1
бер. 15
4388