odoo18/addons_extensions/hr_ftp/__manifest__.py

23 lines
657 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Human Resources',
'version': '1.0',
'summary': 'Human Resources all',
'description': '''
Human Resources of the module
''',
'category': 'Human Resources',
'author': 'Raman Marikanti',
'depends': ['base', 'mail',
'hr_employee_extended','hr_contract','hr_payroll',
'hr_attendance_extended','hr_payroll_holidays',
'hr_recruitment_extended'],
'data': [
'security/ir.model.access.csv',
'views/hr_views.xml',
],
'license': 'LGPL-3',
'installable': True,
'application': False,
'auto_install': False,
}