Skip to Content
Menu
This question has been flagged
2 Replies
2753 Views

*Trying install app for the payroll odoo-15-Enterprise*

KeyError: 'Field schedule_pay referenced in related field definition hr.contract.schedule_pay does not exist.'

Avatar
Discard
Best Answer

Hi
I am also having this issue and your explanation doesn't quiet give enough clarity
please i would really appreciate if you could help out

Avatar
Discard
Best Answer

Hi,

The schedule_pay actually referenced with the salary struture_id in the hr. contract module and the payroll module used the compute function to add the schedule_pay field


schedule_pay = fields.Selection(related='structure_type_id.default_struct_id.schedule_pay', depends=())


many2one field for linking the hr. contract module


Hope it helps



Avatar
Discard
Related Posts Replies Views Activity
0
May 23
2281
1
Jul 23
2824
1
Sep 25
430
1
Sep 25
2234
1
Jun 25
2259