[MERGE] Resynchronized with trunk.
[odoo/odoo.git] / addons / report_designer / __openerp__.py
old mode 100755 (executable)
new mode 100644 (file)
index 7e002bf..ebee648
 
 
 {
-    "name" : "Reporting Tools",
+    "name" : "Reporting Tools Installer",
     "version" : "1.0",
     "depends" : ["base"],
     "author" : "OpenERP SA",
     "category": "Tools",
-    "description": """Installer for reporting tools selection
+    "description": """
+Installer for reporting tools.
+==============================
+
+Makes the Reporting Tools Configuration available from where you can install
+modules like base_report_designer and base_report_creator.
     """,
     'website': 'http://www.openerp.com',
     'init_xml': [],
@@ -37,5 +42,7 @@
     'demo_xml': [],
     'installable': True,
     'active': False,
+    'certificate' : '00764037194670093149',
+    'images': ['images/config_reporting_tools.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: