Skip to Content
Menu
This question has been flagged
2 Replies
2577 Rodiniai

How to setup a state named onhold in payroll process along with draft and done because we need salary of few employees on hold. Suppose if an employee going to relieve by next month end, we will hold this month and settle the entire amount in next month.

Help us hos to handle this scenario

Portretas
Atmesti
Autorius Best Answer

Above code is not working

Portretas
Atmesti
Best Answer

Inherit the model hr.payslip and you can add the new value to the state field, add below code in the Python side and do necessary changes in the views like adding button to control this state etc


class HrPayslip(models.Model):
_inherit = 'hr.payslip'

state = fields.Selection(
selection_add=[('hold', 'On Hold')])
Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
rugs. 22
4363
0
bal. 21
1790
1
geg. 25
1132
1
bal. 25
3575
1
kov. 25
1217