[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / addons / crm_helpdesk / __openerp__.py
index 2adf7d2..7e8b69b 100644 (file)
@@ -24,7 +24,6 @@
     'category': 'Customer Relationship Management', 
     'name': 'Helpdesk',
     'version': '1.0',
-    'complexity': "easy",
     'description': """
 Helpdesk Management.
 ====================
@@ -51,7 +50,7 @@ and categorize your interventions with a channel and a priority level.
     ],
     'test': ['test/process/help-desk.yml'],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate' : '00830691522781519309',
     'images': ['images/helpdesk_analysis.jpeg','images/helpdesk_categories.jpeg','images/helpdesk_requests.jpeg'],
 }