merge
[odoo/odoo.git] / addons / profile_tools / __openerp__.py
index 508a68e..4652833 100644 (file)
 {
     "name" : "Miscellaneous Tools",
     "version" : "1.0",
-    "depends" : ["base"],
-    "author" : "Tiny",
+    "depends" : ["base", "base_setup"],
+    "author" : "OpenERP SA",
     "category" : "Tools",
-    "description": """Installs tools for lunch,survey,subscription and audittrail
-    module
+    'complexity': "easy",
+    "description": """
+Installer for extra tools like lunch, survey, idea, share, etc.
+===============================================================
+
+Makes the Extra Tools Configuration available from where you can install
+modules like share, lunch, pad, idea, survey and subscription.
     """,
     'website': 'http://www.openerp.com',
     'init_xml': [],
@@ -37,5 +42,7 @@
     'demo_xml': [],
     'installable': True,
     'active': False,
+    'certificate' : '00557100228403879621',
+    'images': ['images/config_extra_tools.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: