[IMP]base_setup:Improvement is done in the proper branch
[odoo/odoo.git] / addons / base_setup / __openerp__.py
index 4babdc2..0c3385b 100644 (file)
     'name': 'Base Setup',
     'version': '1.0',
     'category': 'Tools',
+    'complexity': "easy",
     'description': """
-    This module helps 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 choose the type of interface and select from a list of applications to install.
+It allows you to choose the type of interface and select from a list of applications to install.
 
-    It also helps to easily configure your company.
+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',
+                   'wizard/res_company_logo_view.xml',
                    'base_setup_installer.xml',
-                   'base_setup_todo.xml',
                    ],
     'demo_xml': ['base_setup_demo.xml'],
     'installable': True,