[IMP] manifest: removed Hidden/Links category, use auto_install: True instead.
authorVo Minh Thu <vmt@openerp.com>
Mon, 30 Jan 2012 10:03:28 +0000 (11:03 +0100)
committerVo Minh Thu <vmt@openerp.com>
Mon, 30 Jan 2012 10:03:28 +0000 (11:03 +0100)
bzr revid: vmt@openerp.com-20120130100328-iuf60sy2ty8jbfjn

addons/base_setup/__openerp__.py
addons/board/__openerp__.py
addons/fetchmail_crm/__openerp__.py
addons/fetchmail_crm_claim/__openerp__.py
addons/fetchmail_hr_recruitment/__openerp__.py
addons/fetchmail_project_issue/__openerp__.py
addons/sale_crm/__openerp__.py
addons/sale_mrp/__openerp__.py

index 24d665a..093f2f4 100644 (file)
@@ -23,7 +23,7 @@
 {
     'name': 'Initial Setup Tools',
     'version': '1.0',
-    'category': 'Hidden/Dependency',
+    'category': 'Hidden',
     'complexity': "easy",
     'description': """
 This module helps to configure the system at the installation of a new database.
@@ -39,7 +39,7 @@ Shows you a list of applications features to install from.
     'update_xml': ['security/ir.model.access.csv', 'base_setup_views.xml' ],
     'demo_xml': [],
     'installable': True,
-    'active': True,
+    'auto_install': True,
     'certificate': '0086711085869',
     'images': ['images/base_setup1.jpeg','images/base_setup2.jpeg','images/base_setup3.jpeg','images/base_setup4.jpeg',],
 }
index e0f554b..e61c9d9 100644 (file)
@@ -22,7 +22,7 @@
 {
     'name': 'Dashboards',
     'version': '1.0',
-    'category': 'Hidden/Dependency',
+    'category': 'Hidden',
     'complexity': "normal",
     'description': """
 Lets the user create a custom dashboard.
@@ -45,7 +45,7 @@ The user can also publish notes.
         'board_demo.xml'
     ],
     'installable': True,
-    'active': True,
+    'auto_install': True,
     'certificate': '0076912305725',
     'images': ['images/1_dashboard_definition.jpeg','images/2_publish_note.jpeg','images/3_admin_dashboard.jpeg',],
 }
index 5b02f41..108cc5f 100644 (file)
@@ -24,7 +24,7 @@
     "version" : "1.0",
     "depends" : ["fetchmail", "crm"],
     "author" : "OpenERP SA",
-    "category": 'Hidden/Links',
+    "category": 'Hidden',
     "description": """
     """,
     'website': 'http://www.openerp.com',
@@ -35,7 +35,7 @@
     'demo_xml': [
     ],
     'installable': True,
-    'active': False,
+    'auto_install': True,
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index d6d56ec..2a51520 100644 (file)
@@ -24,7 +24,7 @@
     "version" : "1.0",
     "depends" : ["fetchmail", "crm_claim"],
     "author" : "OpenERP SA",
-    'category': 'Hidden/Links',
+    'category': 'Hidden',
     "description": """
     """,
     'website': 'http://www.openerp.com',
@@ -35,7 +35,7 @@
     'demo_xml': [
     ],
     'installable': True,
-    'active': False,
+    'auto_install': True,
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index 3ce7622..98910a8 100644 (file)
@@ -24,7 +24,7 @@
     "version" : "1.0",
     "depends" : ["fetchmail", "hr_recruitment"],
     "author" : "OpenERP SA",
-    "category": "Hidden/Links",
+    "category": "Hidden",
     "description": """
     """,
     'website': 'http://www.openerp.com',
@@ -35,7 +35,7 @@
     'demo_xml': [
     ],
     'installable': True,
-    'active': False,
+    'auto_install': True,
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index d4c4b4b..4d50a87 100644 (file)
@@ -24,7 +24,7 @@
     "version" : "1.0",
     "depends" : ["fetchmail", "project_issue"],
     "author" : "OpenERP SA",
-    "category": "Hidden/Links",
+    "category": "Hidden",
     "description": """
     """,
     'website': 'http://www.openerp.com',
@@ -35,7 +35,7 @@
     'demo_xml': [
     ],
     'installable': True,
-    'active': False,
+    'auto_install': True,
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index c0b8ae0..3fefc59 100644 (file)
@@ -22,7 +22,7 @@
 {
     'name': 'Opportunity to Quotation',
     'version': '1.0',
-    'category': 'Hidden/Links',
+    'category': 'Hidden',
     'complexity': "easy",
     'description': """
 This module adds a shortcut on one or several opportunity cases in the CRM.
@@ -51,7 +51,7 @@ crm modules.
     'demo_xml': [],
     'test': ['test/sale_crm.yml'],
     'installable': True,
-    'active': False,
+    'auto_install': True,
     'certificate': '0064360130141',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index e337269..59c6f14 100644 (file)
@@ -23,7 +23,7 @@
 {
     'name': 'Sales and MRP Management',
     'version': '1.0',
-    'category': 'Hidden/Links',
+    'category': 'Hidden',
     'complexity': "easy",
     'description': """
 This module provides facility to the user to install mrp and sales modulesat a time.
@@ -45,7 +45,7 @@ It adds sales name and sales Reference on production order.
     'demo_xml': [],
     'test':['test/sale_mrp.yml'],
     'installable': True,
-    'active': False,
+    'auto_install': True,
     'certificate': '00395598976683092013',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: