[MERGE] merge with main addons
[odoo/odoo.git] / addons / base_setup / __openerp__.py
index 1d4943e..9e2be59 100644 (file)
 
 
 {
-    'name': 'Base Setup',
+    'name': 'Initial Setup Tools',
     'version': '1.0',
-    'category': 'Generic Modules/Base',
+    'category': 'Hidden',
     'description': """
 This module helps to configure the system at the installation of a new database.
 ================================================================================
 
-It allows you to choose the type of interface and select from a list of applications to install.
+Shows you a list of applications features to install from.
 
-It also helps to easily configure your company.
     """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
     'depends': ['base'],
-    'init_xml': ['base_setup_data.xml'],
-    'update_xml': ['security/ir.model.access.csv',
-                   'base_setup_installer.xml',
-                   'base_setup_todo.xml',
-                   ],
-    'demo_xml': ['base_setup_demo.xml'],
+    'init_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',],
 }