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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
3959
화면
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
|
4787 | ||
Attendance
해결 완료
|
|
2
10월 22
|
2931 | |
|
4
10월 21
|
7254 | ||
|
4
10월 20
|
9098 | ||
|
1
3월 15
|
4440 |