oca-technical/odoo-bringout-oca-dms-hr_dms_field/hr_dms_field/models/hr_employee.py
2025-08-29 15:43:03 +02:00

9 lines
268 B
Python

# Copyright 2024 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models
class HrEmployeeBase(models.AbstractModel):
_name = "hr.employee.base"
_inherit = ["hr.employee.base", "dms.field.mixin"]