odoo18/addons_extensions/hr_timeoff_extended/models/hr_employee.py

6 lines
182 B
Python

from odoo import fields, models, api, _
class HREmployeeBase(models.AbstractModel):
_inherit = 'hr.employee.base'
run_auto_allocations = fields.Boolean(string="Allocation")