[MERGE] merge with main addons
[odoo/odoo.git] / addons / base_setup / __openerp__.py
index c6dd64d..9e2be59 100644 (file)
 
 
 {
-    'name': 'Base Setup',
+    'name': 'Initial Setup Tools',
     'version': '1.0',
-    'category': 'Generic Modules/Base',
+    'category': 'Hidden',
     'description': """
-    This module implements a configuration system that helps user
-    to configure the system at the installation of a new database.
+This module helps to configure the system at the installation of a new database.
+================================================================================
 
-    It allows you to select between a list of profiles to install:
-    * Minimal profile
-    * Accounting only
-    * Services companies
-    * Manufacturing companies
+Shows you a list of applications features to install from.
 
-    It also asks screens to help easily configure your company, the header and
-    footer, the account chart to install and the language.
     """,
-    'author': 'Tiny',
+    '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',],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: