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

« back to all changes in this revision

Viewing changes to account_reconcile_advance/__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 Reconcile Advance",
4
 
    "version": "1.0",
5
 
    "author": "Vauxoo",
6
 
    "category": "Generic Modules",
7
 
    "description" : """
 
3
    "name": "Account Reconcile Advance", 
 
4
    "version": "1.0", 
 
5
    "author": "Vauxoo", 
 
6
    "category": "Generic Modules", 
 
7
    "description": """
8
8
Account Reconcile Advance
9
9
=========================
10
10
 
11
11
A description is intended to fill this space
12
 
    """,
13
 
    "website": "http://www.vauxoo.com/",
14
 
    "license": "AGPL-3",
 
12
    """, 
 
13
    "website": "http://www.vauxoo.com/", 
 
14
    "license": "AGPL-3", 
15
15
    "depends": [
16
 
            "account",
17
 
            "account_voucher",
18
 
                ],
19
 
    "demo": [
20
 
    ],
 
16
        "account", 
 
17
        "account_voucher"
 
18
    ], 
 
19
    "demo": [], 
21
20
    "data": [
22
 
        'security/security.xml',
23
 
        'security/ir.model.access.csv',
24
 
        'view/view.xml',
25
 
        'view/menues_and_actions.xml',
26
 
    ],
27
 
    "test" : [
28
 
            "test/advance_greater_than_payment.yml",
29
 
            "test/advance_less_than_payment.yml",
30
 
            "test/advance_equals_than_payment.yml",
31
 
            "test/advance_greater_than_payment_customer.yml",
32
 
            "test/advance_less_than_payment_customer.yml",
33
 
            "test/advance_equals_than_payment_customer.yml",
34
 
    ],
35
 
    "installable": True,
36
 
    "active": False,
37
 
}
 
21
        "security/security.xml", 
 
22
        "security/ir.model.access.csv", 
 
23
        "view/view.xml", 
 
24
        "view/menues_and_actions.xml"
 
25
    ], 
 
26
    "test": [
 
27
        "test/advance_greater_than_payment.yml", 
 
28
        "test/advance_less_than_payment.yml", 
 
29
        "test/advance_equals_than_payment.yml", 
 
30
        "test/advance_greater_than_payment_customer.yml", 
 
31
        "test/advance_less_than_payment_customer.yml", 
 
32
        "test/advance_equals_than_payment_customer.yml"
 
33
    ], 
 
34
    "js": [], 
 
35
    "css": [], 
 
36
    "qweb": [], 
 
37
    "installable": True, 
 
38
    "auto_install": False, 
 
39
    "active": False
 
40
}
 
 
b'\\ No newline at end of file'