~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to stock_picking_security_force/__openerp__.py

  • Committer: Ulises Lopez
  • Date: 2013-02-21 16:24:43 UTC
  • mto: (501.1.113 addons-vaxoo-61)
  • mto: This revision was merged to the branch mainline in revision 529.
  • Revision ID: ulises@vauxoo.com-20130221162443-di173pncq1ox9a8c
[ADD]stock_picking_security_force Add a user group to the buttons Force Availability and Process Now

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
}