[MERGE] merge with main addons
[odoo/odoo.git] / addons / base_setup / __openerp__.py
index bd62a09..9e2be59 100644 (file)
@@ -23,8 +23,7 @@
 {
     'name': 'Initial Setup Tools',
     'version': '1.0',
-    'category': 'Tools',
-    'complexity': "easy",
+    'category': 'Hidden',
     'description': """
 This module helps to configure the system at the installation of a new database.
 ================================================================================
@@ -36,10 +35,10 @@ Shows you a list of applications features to install from.
     'website': 'http://www.openerp.com',
     'depends': ['base'],
     'init_xml': [],
-    'update_xml': ['security/ir.model.access.csv', 'base_setup_views.xml' ],
+    'update_xml': ['security/ir.model.access.csv', 'base_setup_views.xml', 'res_config_view.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',],
 }