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
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
1
Odpovědět
3714
Zobrazení
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?
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
3
čvn 23
|
4606 | ||
Attendance
Vyřešeno
|
|
2
říj 22
|
2680 | |
Biometrics system integration?
Vyřešeno
|
|
4
říj 21
|
7030 | |
|
4
říj 20
|
8751 | ||
|
1
bře 15
|
4274 |