[FIX] some product_qty fields are set with hardcoded decimal precision, and some...
[odoo/odoo.git] / addons / mrp_subproduct / __openerp__.py
index 3445746..5c3db54 100644 (file)
@@ -21,7 +21,7 @@
 
 
 {
-    'name': 'MRP Sub Product - To produce several products from one production order',
+    'name': 'MRP Subproducts',
     'version': '1.0',
     'category': 'Manufacturing',
     'description': """
@@ -29,8 +29,10 @@ 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
     """,