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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
1
Odpowiedz
3736
Widoki
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?
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
3
cze 23
|
4636 | ||
Attendance
Rozwiązane
|
|
2
paź 22
|
2706 | |
Biometrics system integration?
Rozwiązane
|
|
4
paź 21
|
7075 | |
|
4
paź 20
|
8771 | ||
|
1
mar 15
|
4291 |