23 lines
702 B
Python
23 lines
702 B
Python
# Part of Flectra See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Helpdesk Project Extension',
|
|
'version': '1.0',
|
|
'description': '''Helpdesk with project and task feature for generating
|
|
issues.''',
|
|
'summary': '''Helpdesk with project and task feature for generating
|
|
issues.''',
|
|
'category': 'Human Resources',
|
|
'author': 'FlectraHQ',
|
|
'website': 'https://flectrahq.com',
|
|
'depends': ['helpdesk_basic', 'project'],
|
|
'data': [
|
|
'views/helpdesk_ticket_view.xml',
|
|
'views/helpdesk_team_view.xml',
|
|
'views/project_view.xml',
|
|
'views/res_config_settings_views.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|