23 lines
544 B
Python
23 lines
544 B
Python
{
|
|
'name': 'HR Ticket Request',
|
|
'category': 'Odex30-HR/Odex30-HR',
|
|
'summary': 'Employee Ticket Request',
|
|
'version': '18.0.1.0.0',
|
|
'sequence': 4,
|
|
'website': 'http://exp-sa.com',
|
|
'license': 'GPL-3',
|
|
'author': 'Expert Co. Ltd.' ,
|
|
'depends': ['base','hr','hr_base','mail','account','exp_payroll_custom'],
|
|
'data': [
|
|
|
|
'security/exp_ticket_request_security.xml',
|
|
'security/ir.model.access.csv',
|
|
|
|
'views/hr_ticketing_view.xml',
|
|
|
|
],
|
|
|
|
'installable': True,
|
|
'application': True,
|
|
}
|