odex30_standard/hr_job_career_path/__manifest__.py

26 lines
688 B
Python

{
'name': "HR Career Path",
'category': 'Human Resources',
'summary': '''Add new features to the Job and plan the career path''',
'version': '18.0.1.0.0',
'sequence': 40,
'website': 'http://exp-sa.com',
'license': 'LGPL-3',
'author': 'Expert Co. Ltd.',
'depends': ['hr_base',
'employee_requests',
'hr_job_request',
'exp_payroll_custom',
'exp_official_mission'],
'data': [
'security/ir.model.access.csv',
'views/hr_job_view.xml',
'views/hr_payroll_structure_view.xml',
'views/employee_department_job_view.xml',
],
'application': False,
}