in odoo 12 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 management
- MRP
To pytanie dostało ostrzeżenie
2
Odpowiedzi
3083
Widoki
in odoo 12 payroll module.
Hi bro
check this
https://apps.odoo.com/apps/modules/18.0/hr_payroll_custom_report
it is in under hr.payslip
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ę
https://www.youtube.com/watch?v=l2tvrpfOR1E
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 ?