[IMP] error messages during database creation failure, with thanks to Serpent Consulting
[odoo/odoo.git] / addons / product_margin / __openerp__.py
index 13f2e8d..b412e8b 100644 (file)
 {
     'name': 'Margins in Product',
     'version': '1.0',
-    'category': 'Sales',
+    'category': 'Hidden',
     'description': """
-Adds a reporting menu in products that computes sales, purchases, margins
-and other interesting indicators based on invoices. The wizard to launch
-the report has several options to help you get the data you need.
+Adds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices.
+=============================================================================================================================
+
+The wizard to launch the report has several options to help you get the data you need.
 """,
     'author': 'OpenERP SA',
     'depends': ['account'],
@@ -36,9 +37,11 @@ the report has several options to help you get the data you need.
                    'wizard/product_margin_view.xml',
                    'product_margin_view.xml'
     ],
+    'test':['test/product_margin.yml'],
     'demo_xml': [],
     'installable': True,
     'active': False,
     'certificate': '0064392591773',
+    'images': ['images/open_margins.jpeg','images/product_margins_form.jpeg', 'images/product_margins_list.jpeg'],
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: