~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to mrp_production_security_force/__openerp__.py

[MERGE] Modules stock_picking_security_force and mrp_roduction_security_force added

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "mrp_production_security_force",
 
3
    "version" : "1.1",
 
4
    "author" : "Vauxoo",
 
5
    "website" : "www.vauxoo.com",
 
6
    "category" : "MRP",
 
7
    "description" : """ Add security to the button Force Availability, module mrp """,
 
8
    "init_xml" : [],
 
9
    "depends" : ["mrp"],
 
10
    "update_xml" : [
 
11
        'mrp_production_security_force_view.xml',
 
12
        'security/groups.xml'
 
13
        ],
 
14
    "demo_xml" : [],
 
15
    "test" : [],
 
16
    "installable" : True,
 
17
    "auto_install" : False,
 
18
}