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

15 lines
436 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Appraisal Contract",
'version': '1.0',
'category': 'Human Resources/Appraisals',
'sequence': 340,
'summary': 'This model is used to make a bridge between Appraisal and Contract',
'depends': ['hr_appraisal', 'hr_contract'],
'auto_install': True,
'installable': True,
'license': 'OEEL-1',
}