mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
22 lines
502 B
Python
Executable File
22 lines
502 B
Python
Executable File
{
|
|
'name': 'Helpdesk RMA',
|
|
'summary': 'Adds RMA functionality to the Helpdesk App',
|
|
'version': '12.0.1.0.0',
|
|
'author': "Hibou Corp.",
|
|
'category': 'Helpdesk',
|
|
'license': 'AGPL-3',
|
|
'images': [],
|
|
'website': "https://hibou.io",
|
|
'description': "Adds functionality to the Helpdesk App",
|
|
'depends': [
|
|
'helpdesk',
|
|
'rma',
|
|
],
|
|
'demo': [],
|
|
'data': [
|
|
'views/helpdesk_views.xml',
|
|
],
|
|
'auto_install': False,
|
|
'installable': True,
|
|
}
|