[MERGE] Contributed Costa Rica (es_CR) translations, courtesy of Carlos Vásquez ...
[odoo/odoo.git] / addons / product_margin / __openerp__.py
index 7b0579a..e45734c 100644 (file)
 
 
 {
-    'name': 'Margins in Product',
+    'name': 'Margins by Products',
     'version': '1.0',
-    'category': 'Custom',
+    'category': 'Sales Management',
     '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': ['base', 'product', 'account'],
+    'depends': ['account'],
     'update_xml': [
                    'security/ir.model.access.csv',
                    'wizard/product_margin_view.xml',
                    'product_margin_view.xml'
     ],
+    'test':['test/product_margin.yml'],
     'demo_xml': [],
     'installable': True,
-    'active': False,
+    'auto_install': 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: