Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
3186 Vues

in odoo 12 payroll module.

Avatar
Ignorer
Auteur

getting this error while getting no of working days from paroll

File "<template>", line 4, in body_call_content_1306

AttributeError: 'hr.employee' object has no attribute 'worked_days'

Error to render compiling AST

AttributeError: 'hr.employee' object has no attribute 'worked_days'

Template: 852

Path: /templates/t/t/t/t/div/table[1]/tr[3]/td[2]/span

Node: <span t-field="o.employee_id.worked_days.WORK100.number_of_days"/>

is there a field named worked_days inside the hr.employee model ?

Auteur Meilleure réponse

it is in under hr.payslip

Avatar
Ignorer