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

« back to all changes in this revision

Viewing changes to invoice_commission/__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:
1
1
# -*- encoding: utf-8 -*-
2
2
{
3
 
    "name" : "Account invoice Update",
4
 
    "version" : "0.1",
5
 
    "depends" : ["account","baremo"],
6
 
    "author" : "Vauxoo",
7
 
    "description" : """
 
3
    "name": "Account invoice Update", 
 
4
    "version": "0.1", 
 
5
    "author": "Vauxoo", 
 
6
    "category": "Generic Modules/Accounting", 
 
7
    "description": """
8
8
    What do this module:
9
9
    Update account module to show invoice commission
10
 
                    """,
11
 
    "website" : "http://vauxoo.com",
12
 
    "category" : "Generic Modules/Accounting",
13
 
    "init_xml" : [
14
 
    ],
15
 
    "update_xml" : [
16
 
        "view/invoice_commission_view.xml",
17
 
    ],
18
 
    "active": False,
19
 
    "installable": True,
20
 
}
 
10
                    """, 
 
11
    "website": "http://vauxoo.com", 
 
12
    "license": "", 
 
13
    "depends": [
 
14
        "account", 
 
15
        "baremo"
 
16
    ], 
 
17
    "demo": [], 
 
18
    "data": [
 
19
        "view/invoice_commission_view.xml"
 
20
    ], 
 
21
    "test": [], 
 
22
    "js": [], 
 
23
    "css": [], 
 
24
    "qweb": [], 
 
25
    "installable": True, 
 
26
    "auto_install": False, 
 
27
    "active": False
 
28
}
 
 
b'\\ No newline at end of file'