~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to mrp_production_security_force/__openerp__.py

  • Committer: Gabriela (Vauxoo)
  • Date: 2012-01-02 16:24:49 UTC
  • Revision ID: gabrielaquilarque97@gmail.com-20120102162449-lhxnrtif2ud36du2

[ADD] Added new module invoice_so.

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
 
}