1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_ke_hr_payroll_shif/models/hr_employee.py
2024-12-10 09:04:09 +07:00

10 lines
252 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class HrEmployee(models.Model):
_inherit = 'hr.employee'
l10n_ke_shif_number = fields.Char("SHIF Number", groups="hr.group_hr_user")