~vauxoo/addons-vauxoo/7.0-pylint-luist

« back to all changes in this revision

Viewing changes to baremo/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 08:22:36 UTC
  • mfrom: (1142.3.1 7.0)
  • Revision ID: moylop260@vauxoo.com-20141003082236-v5l103t231shbfog
[MERGE] Set standard in all __openerp__.py files

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
##############################################################################
21
21
{
22
 
    "name" : "Baremo Para calculo de Comisiones",
23
 
    "version" : "0.1",
24
 
    "depends" : ["base","decimal_precision"],
25
 
    "author" : "Netquatro",
26
 
    "description" : """
 
22
    "name": "Baremo Para calculo de Comisiones", 
 
23
    "version": "0.1", 
 
24
    "author": "Netquatro", 
 
25
    "category": "Generic Modules", 
 
26
    "description": """
27
27
    Crea un modelo para el calculo de comisiones.
28
 
                    """,
29
 
    "website" : "http://openerp.netquatro.com",
30
 
    "category" : "Generic Modules",
31
 
    "init_xml" : [
32
 
    ],
33
 
    "demo_xml" : [
34
 
    ],
35
 
    "update_xml" : [
36
 
        "security/baremo_security.xml",
37
 
        "security/ir.model.access.csv",
38
 
        "baremo_view.xml",
39
 
 
40
 
    ],
41
 
    "active": False,
42
 
    "installable": True,
43
 
}
 
28
                    """, 
 
29
    "website": "http://openerp.netquatro.com", 
 
30
    "license": "", 
 
31
    "depends": [
 
32
        "base", 
 
33
        "decimal_precision"
 
34
    ], 
 
35
    "demo": [], 
 
36
    "data": [
 
37
        "security/baremo_security.xml", 
 
38
        "security/ir.model.access.csv", 
 
39
        "baremo_view.xml"
 
40
    ], 
 
41
    "test": [], 
 
42
    "js": [], 
 
43
    "css": [], 
 
44
    "qweb": [], 
 
45
    "installable": True, 
 
46
    "auto_install": False, 
 
47
    "active": False
 
48
}
 
 
b'\\ No newline at end of file'