From 95658b6fe4f3728a5187cfbdfa7853c7bf39db2b Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Mon, 30 Jan 2012 11:03:28 +0100 Subject: [PATCH] [IMP] manifest: removed Hidden/Links category, use auto_install: True instead. bzr revid: vmt@openerp.com-20120130100328-iuf60sy2ty8jbfjn --- addons/base_setup/__openerp__.py | 4 ++-- addons/board/__openerp__.py | 4 ++-- addons/fetchmail_crm/__openerp__.py | 4 ++-- addons/fetchmail_crm_claim/__openerp__.py | 4 ++-- addons/fetchmail_hr_recruitment/__openerp__.py | 4 ++-- addons/fetchmail_project_issue/__openerp__.py | 4 ++-- addons/sale_crm/__openerp__.py | 4 ++-- addons/sale_mrp/__openerp__.py | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/addons/base_setup/__openerp__.py b/addons/base_setup/__openerp__.py index 24d665a2cf6..093f2f492ff 100644 --- a/addons/base_setup/__openerp__.py +++ b/addons/base_setup/__openerp__.py @@ -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',], } diff --git a/addons/board/__openerp__.py b/addons/board/__openerp__.py index e0f554bb1ec..e61c9d9d2ff 100644 --- a/addons/board/__openerp__.py +++ b/addons/board/__openerp__.py @@ -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',], } diff --git a/addons/fetchmail_crm/__openerp__.py b/addons/fetchmail_crm/__openerp__.py index 5b02f4194ab..108cc5f4d59 100644 --- a/addons/fetchmail_crm/__openerp__.py +++ b/addons/fetchmail_crm/__openerp__.py @@ -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: diff --git a/addons/fetchmail_crm_claim/__openerp__.py b/addons/fetchmail_crm_claim/__openerp__.py index d6d56ecf331..2a515205f9e 100644 --- a/addons/fetchmail_crm_claim/__openerp__.py +++ b/addons/fetchmail_crm_claim/__openerp__.py @@ -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: diff --git a/addons/fetchmail_hr_recruitment/__openerp__.py b/addons/fetchmail_hr_recruitment/__openerp__.py index 3ce76226888..98910a8f977 100644 --- a/addons/fetchmail_hr_recruitment/__openerp__.py +++ b/addons/fetchmail_hr_recruitment/__openerp__.py @@ -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: diff --git a/addons/fetchmail_project_issue/__openerp__.py b/addons/fetchmail_project_issue/__openerp__.py index d4c4b4bbe70..4d50a87bac8 100644 --- a/addons/fetchmail_project_issue/__openerp__.py +++ b/addons/fetchmail_project_issue/__openerp__.py @@ -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: diff --git a/addons/sale_crm/__openerp__.py b/addons/sale_crm/__openerp__.py index c0b8ae09b5f..3fefc59c20a 100644 --- a/addons/sale_crm/__openerp__.py +++ b/addons/sale_crm/__openerp__.py @@ -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: diff --git a/addons/sale_mrp/__openerp__.py b/addons/sale_mrp/__openerp__.py index e3372690e6d..59c6f14d546 100644 --- a/addons/sale_mrp/__openerp__.py +++ b/addons/sale_mrp/__openerp__.py @@ -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: