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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
3708
Vistas
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?
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
3
jun 23
|
4600 | ||
Attendance
Resuelto
|
|
2
oct 22
|
2672 | |
Biometrics system integration?
Resuelto
|
|
4
oct 21
|
7025 | |
|
4
oct 20
|
8741 | ||
|
1
mar 15
|
4272 |