mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] l10n_us_hr_payroll: add missing semi-monthly as a default schedule pay
This commit is contained in:
@@ -6,6 +6,11 @@ from .us_payroll_config import FUTA_TYPE_NORMAL, \
|
|||||||
FUTA_TYPE_EXEMPT
|
FUTA_TYPE_EXEMPT
|
||||||
|
|
||||||
|
|
||||||
|
class HrPayrollStructure(models.Model):
|
||||||
|
_inherit = 'hr.payroll.structure.type'
|
||||||
|
default_schedule_pay = fields.Selection(selection_add=[('semi-monthly', 'Semi-monthly')])
|
||||||
|
|
||||||
|
|
||||||
class HrPayrollStructure(models.Model):
|
class HrPayrollStructure(models.Model):
|
||||||
_inherit = 'hr.payroll.structure'
|
_inherit = 'hr.payroll.structure'
|
||||||
schedule_pay = fields.Selection(selection_add=[('semi-monthly', 'Semi-monthly')])
|
schedule_pay = fields.Selection(selection_add=[('semi-monthly', 'Semi-monthly')])
|
||||||
|
|||||||
Reference in New Issue
Block a user