[TYPO] Set the right category for the Point Of Sale
[odoo/odoo.git] / addons / crm_helpdesk / __openerp__.py
index 3a62433..7e8b69b 100644 (file)
@@ -21,8 +21,8 @@
 
 
 {
-    'category': 'Sales', 
-    'name': 'CRM Helpdesk',
+    'category': 'Customer Relationship Management', 
+    'name': 'Helpdesk',
     'version': '1.0',
     'description': """
 Helpdesk Management.
@@ -48,9 +48,9 @@ and categorize your interventions with a channel and a priority level.
     'demo_xml': [
         'crm_helpdesk_demo.xml',
     ],
-    'test': ['test/test_crm_helpdesk.yml'],
+    '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'],
 }