[IMP] Changed all module categories, limited number of categories
[odoo/odoo.git] / addons / mrp_subproduct / __openerp__.py
index f208e0b..45e9386 100644 (file)
@@ -23,7 +23,7 @@
 {
     'name': 'MRP Sub Product - To produce several products from one production order',
     '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.
@@ -36,8 +36,12 @@ With this module:
     'website': 'http://www.openerp.com',
     'depends': ['base', 'mrp'],
     'init_xml': [],
-    'update_xml': ['security/ir.model.access.csv', 'mrp_subproduct_view.xml'],
+    'update_xml': [
+       'security/ir.model.access.csv',
+       'mrp_subproduct_view.xml'
+    ],
     'demo_xml': [],
+    'test': ['test/mrp_subproduct.yml'],
     'installable': True,
     'active': False,
     'certificate': '0050060616733',