[MERGE] lp881356
[odoo/odoo.git] / addons / base_report_designer / __openerp__.py
index 88f4d9d..c50ecdd 100644 (file)
 
 
 {
-    'name': 'Report designer interface module',
+    'name': 'OpenOffice Report Designer',
     'version': '0.1',
-    'category': 'Generic Modules/Base',
+    'category': 'Reporting',
+    'complexity': "normal",
     'description': """
-This module is used along with OpenERP OpenOffice plugin.
-You have to first install the plugin which is available at
-http://www.openerp.com
+This module is used along with OpenERP OpenOffice Plugin.
+=========================================================
 
 This module adds wizards to Import/Export .sxw report that
-you can modify in OpenOffice.Once you have modified it you can
+you can modify in OpenOffice. Once you have modified it you can
 upload the report using the same wizard.
 """,
     'author': 'OpenERP SA',
@@ -40,7 +40,8 @@ upload the report using the same wizard.
     'update_xml': ['base_report_designer_installer.xml'],
     'demo_xml': [],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '0056379010493',
+    'images': ['images/base_report_designer1.jpeg','images/base_report_designer2.jpeg',],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: