23 lines
673 B
Python
23 lines
673 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'HR Holiday Permission',
|
|
'version': '18.0.1.0.0',
|
|
'summary': """HR Holiday Permission""",
|
|
'description': """HR Holiday Permission.
|
|
This module gives Feature of deduct Permissions from holidays""",
|
|
'category': 'HR-Odex',
|
|
'author': 'Expert Co. Ltd.',
|
|
'website': 'http://exp-sa.com',
|
|
'depends': ['hr_holidays_public', 'employee_requests', 'attendances'],
|
|
'license': 'LGPL-3',
|
|
'data': [
|
|
'views/permission_view.xml',
|
|
'views/hr_holiday_view.xml',
|
|
'views/resource_view.xml',
|
|
],
|
|
'demo': [],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': True,
|
|
}
|