mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Add limit options to hr_payroll_rate
This commit is contained in:
@@ -14,6 +14,11 @@ class PayrollRate(models.Model):
|
||||
rate = fields.Float(string='Rate', required=True)
|
||||
code = fields.Char(string='Code', required=True)
|
||||
|
||||
limit_payslip = fields.Float(string='Payslip Limit')
|
||||
limit_year = fields.Float(string='Year Limit')
|
||||
wage_limit_payslip = fields.Float(string='Payslip Wage Limit')
|
||||
wage_limit_year = fields.Float(string='Year Wage Limit')
|
||||
|
||||
|
||||
class Payslip(models.Model):
|
||||
_inherit = 'hr.payslip'
|
||||
|
||||
Reference in New Issue
Block a user