forked from Mapan/odoo17e
15 lines
436 B
Python
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',
|
|
}
|