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

« back to all changes in this revision

Viewing changes to purchase_test_data_imp/__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:
24
24
#
25
25
#
26
26
{
27
 
    "name": "Purchase Test Data IMP",
28
 
    "version": "1.0",
29
 
    "depends": [
30
 
        "base",
31
 
        "purchase",
32
 
        "account",
33
 
        "product",
34
 
        "stock",
35
 
    ],
36
 
    "author": "Vauxoo",
 
27
    "name": "Purchase Test Data IMP", 
 
28
    "version": "1.0", 
 
29
    "author": "Vauxoo", 
 
30
    "category": "Addons Vauxoo", 
37
31
    "description": """
38
32
Purchase Test Data IMP
39
33
======================
44
38
 
45
39
This test yaml only works with user admin and the search of partner and
46
40
product is based in the company that have this user assigned.
47
 
    """,
48
 
    "website": "http://vauxoo.com",
49
 
    "category": "Addons Vauxoo",
50
 
    "demo": [],
 
41
    """, 
 
42
    "website": "http://vauxoo.com", 
 
43
    "license": "", 
 
44
    "depends": [
 
45
        "base", 
 
46
        "purchase", 
 
47
        "account", 
 
48
        "product", 
 
49
        "stock"
 
50
    ], 
 
51
    "demo": [], 
 
52
    "data": [
 
53
        "wizard/wizard.xml"
 
54
    ], 
51
55
    "test": [
52
 
                 'test/purchase_order_test_data.xml',
53
 
                 'test/purchase_order_product_can_be_purchased.yml', ],
54
 
    "data": [
55
 
                'wizard/wizard.xml',
56
 
            ],
57
 
    "active": False,
58
 
    "installable": True,
59
 
}
 
56
        "test/purchase_order_test_data.xml", 
 
57
        "test/purchase_order_product_can_be_purchased.yml"
 
58
    ], 
 
59
    "js": [], 
 
60
    "css": [], 
 
61
    "qweb": [], 
 
62
    "installable": True, 
 
63
    "auto_install": False, 
 
64
    "active": False
 
65
}
 
 
b'\\ No newline at end of file'