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?
Esta pergunta foi sinalizada
1
Responder
5298
Visualizações
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?
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
|
3
jun. 23
|
6142 | ||
|
Attendance
Resolvido
|
|
2
out. 22
|
4192 | |
|
Biometrics system integration?
Resolvido
|
|
4
out. 21
|
8825 | |
|
|
4
out. 20
|
11148 | ||
|
|
1
mar. 15
|
6047 |