flectra/addons/helpdesk_basic/__manifest__.py
2018-08-06 18:17:29 +05:30

35 lines
1.1 KiB
Python

# Part of Flectra See LICENSE file for full copyright and licensing details.
{
'name': 'Helpdesk',
'version': '1.0',
'description': '''A help desk is a department inside an organization that
is responsible for answering the technical questions of its users.
''',
'summary': '''A help desk is a department inside an organization that is
responsible for answering the technical questions of its users.
''',
'category': 'Human Resources',
'author': 'FlectraHQ',
'website': 'https://flectrahq.com',
'depends': ['mail'],
'data': [
'security/helpdesk_security_view.xml',
'security/ir.model.access.csv',
'data/helpdesk_data.xml',
'views/view.xml',
'views/helpdesk_ticket_view.xml',
'views/helpdesk_team_view.xml',
'views/issue_type_view.xml',
'views/helpdesk_tag_view.xml',
'views/helpdesk_stage_view.xml',
'report/helpdesk_report_view.xml',
],
'demo': [
'demo/helpdesk_demo.xml',
],
'installable': True,
'auto_install': False,
'application': True,
}