~vauxoo/addons-vauxoo/rico-contract_dp-dev_luis

« back to all changes in this revision

Viewing changes to stock_picking_security_force/__openerp__.py

  • Committer: Isaac Lopez
  • Date: 2013-02-21 17:14:35 UTC
  • mfrom: (613.1.2 addons-vauxoo-6.1)
  • Revision ID: isaako34@hotmail.com-20130221171435-gkz5atoorkeng0of
[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" : "stock_picking_security_force",
 
3
    "version" : "1.1",
 
4
    "author" : "Vauxoo",
 
5
    "website" : "www.vauxoo.com",
 
6
    "category" : "Stock",
 
7
    "description" : """ Add security to the button Force Availability, module stock.picking """,
 
8
    "init_xml" : [],
 
9
    "depends" : ["stock"],
 
10
    "update_xml" : [
 
11
        'stock_picking_security_force_view.xml',
 
12
        'security/groups.xml'
 
13
        ],
 
14
    "demo_xml" : [],
 
15
    "test" : [],
 
16
    "installable" : True,
 
17
    "auto_install" : False,
 
18
}