[FIX] Remove the CRM Category and set the crm module in the Sales Management
authorStephane Wirtel <stw@openerp.com>
Wed, 26 Oct 2011 12:12:44 +0000 (14:12 +0200)
committerStephane Wirtel <stw@openerp.com>
Wed, 26 Oct 2011 12:12:44 +0000 (14:12 +0200)
bzr revid: stw@openerp.com-20111026121244-9sknogp7r7pfjx3g

addons/base_setup/base_setup.py

index e546d5c..c53a33a 100644 (file)
@@ -30,8 +30,7 @@ from lxml import etree
 
 #Application and feature chooser, this could be done by introspecting ir.modules
 DEFAULT_MODULES = {
-    'Customer Relationship Management' : ['crm',],
-    'Sales Management' : ['sale',],
+    'Sales Management' : ['sale', 'crm'],
     'Project Management' : ['project',],
     'Knowledge Management' : ['document',],
     'Warehouse Management' : ['stock', 'procurement'],