35 lines
988 B
Python
35 lines
988 B
Python
# -*- coding: utf-8 -*-
|
|
# email:pengyuthon@163.com
|
|
|
|
{
|
|
'name': 'Yuthon Hr',
|
|
'summary': '',
|
|
'description': '''
|
|
''',
|
|
'version': '18.0.2.0.0',
|
|
'category': 'Human Resources/Employees',
|
|
'license': 'LGPL-3',
|
|
'author': 'pengyuthon',
|
|
'website': 'https://www.pengyuthon.com',
|
|
'depends': ['base', 'hr'],
|
|
'data': [
|
|
'data/employee_code_data.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/yuthon_hr_employee_views.xml',
|
|
'views/inherit_res_user_views.xml',
|
|
'views/inherit_hr_work_location_views.xml',
|
|
'views/inherit_res_groups_views.xml',
|
|
'wizard/hr_employee_wizard_views.xml',
|
|
'wizard/hr_employee_time_wizard_views.xml',
|
|
'wizard/reset_password_wizard_viwes.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'yuthon_hr_employee/static/scss/yuthon_employee_scss.scss',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
}
|