Launchpad automatic translations update.
[odoo/odoo.git] / addons / sale_mrp / __openerp__.py
index 9ac5591..ea6bafa 100644 (file)
     'version': '1.0',
     'category': 'Generic Modules/Sales & MRP',
     'description': """
-    This module provides facility to the user to install mrp and sale modules 
-    at a time. It is basically used when we want to keep track of production 
-    orders generated from sale orders.
+    This module provides facility to the user to install mrp and sales modules
+    at a time. It is basically used when we want to keep track of production
+    orders generated from sales order.
+    It adds sales name and sales Reference on production order
     """,
-    'author': 'Tiny',
+    'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
     'depends': ['mrp', 'sale'],
     'init_xml': [],
     'update_xml': [
+        'security/sale_mrp_security.xml',
+        'security/ir.model.access.csv',
         'sale_mrp_view.xml',
     ],
     'demo_xml': [],
+    'test':['test/sale_mrp.yml'],
     'installable': True,
     'active': False,
-    'certificate': '',
+    'certificate': '00395598976683092013',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: