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
返信
5325
ビュー
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
6月 23
|
6167 | ||
|
Attendance
解決済
|
|
2
10月 22
|
4210 | |
|
|
4
10月 21
|
8856 | ||
|
|
4
10月 20
|
11185 | ||
|
|
1
3月 15
|
6061 |