[FIX] some product_qty fields are set with hardcoded decimal precision, and some...
[odoo/odoo.git] / addons / mrp_subproduct / __openerp__.py
index 9e27fa9..5c3db54 100644 (file)
 
 
 {
-    'name': 'MRP Sub Product - To produce several products from one production order',
+    'name': 'MRP Subproducts',
     'version': '1.0',
-    'category': 'Generic Modules/Production',
+    'category': 'Manufacturing',
     'description': """
 This module allows you to produce several products from one production order.
+=============================================================================
+
 You can configure sub-products in the bill of material.
+
 Without this module:
     A + B + C -> D
+
 With this module:
     A + B + C -> D + E
     """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
+    'images': ['images/bom_subproduct.jpeg'],
     'depends': ['base', 'mrp'],
     'init_xml': [],
     'update_xml': [