oca-dms/odoo-bringout-oca-dms-hr_dms_field/hr_dms_field/models/hr_employee.py
Ernad Husremovic ae2c6775ba Add oca-dms submodule with 10 DMS modules
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:46:17 +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"]