This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
odoo-addons/addons/tk_construction_management/models/construction_emplyoee.py

9 lines
250 B
Python

# -*- coding: utf-8 -*-
# Copyright 2020-Today TechKhedut.
# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
from odoo import api, fields, models
class ConstructionEmployee(models.Model):
_inherit = "hr.employee"