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?
لقد تم الإبلاغ عن هذا السؤال
1
الرد
5306
أدوات العرض
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?
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
|
3
يونيو 23
|
6145 | ||
|
Attendance
تم الحل
|
|
2
أكتوبر 22
|
4199 | |
|
Biometrics system integration?
تم الحل
|
|
4
أكتوبر 21
|
8830 | |
|
|
4
أكتوبر 20
|
11157 | ||
|
|
1
مارس 15
|
6049 |