~vauxoo/addons-vauxoo/7.0-user_story_fix1-kty

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