odoo18/addons_extensions/hrms_employee_appraisal/__manifest__.py

41 lines
1.2 KiB
Python

{
'name': 'PERFORMANCE MANAGEMENT',
'version': '18.0.1.0.0',
'category': 'PERFORMANCE MANAGEMENT',
'summary': 'Manages the Employee Appraisal process of the employees',
'description': """
This module helps to create and approve/reject employee appraisal
""",
'author': 'Seshi Kanth D',
'company': 'FTPROTECH',
'website': 'https://www.ftprotech.in',
'depends': ['base', 'hr','hr_employee_extended','mail','disciplinary'],
'data': [
# 'data/reminder_corn.xml',
'security/ir.model.access.csv',
'security/security_groups.xml',
'security/performace_record_rules.xml',
'views/employee_appraisal.xml',
'views/employee_evalutor.xml',
'views/employee_template_appraisal.xml',
'views/hr_notice_appraisal.xml',
'views/stage_config.xml',
'views/employee_pip.xml',
'Wizard/cancel_wizard_hr.xml',
'Wizard/postpone_hr_appraisal.xml',
],
'assets': {
'web.assets_backend': [
'hrms_employee_appraisal/static/src/css/wizard.css'
],
},
'license': 'LGPL-3',
'installable': True,
'auto_install': False,
'application': True,
}