~vauxoo/addons-vauxoo/7.0-ifrs_agrinos-dev-hbto

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