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

« back to all changes in this revision

Viewing changes to account_voucher_move_id/__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
##############################################################################
2
2
#
3
3
#    OpenERP, Open Source Management Solution
4
4
#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
18
18
#
19
19
##############################################################################
20
20
{
21
 
    'name': 'Show Journal Entry in voucher',
22
 
    'version': '0.1',
23
 
    'author': 'Vauxoo',
24
 
    'category': 'Accounting',
25
 
    'website': 'http://www.vauxoo.com',
26
 
    'description': """
 
21
    "name": "Show Journal Entry in voucher", 
 
22
    "version": "0.1", 
 
23
    "author": "Vauxoo", 
 
24
    "category": "Accounting", 
 
25
    "description": """
27
26
This module show Journal Entry in:
28
27
========================================
29
28
*Sales Receipts
30
29
*Customer Payments
31
30
*Purchase Receipts
32
31
*Supplier Payments
33
 
""",
34
 
    'depends' : [
35
 
        'account_voucher'],
36
 
    'data': [
37
 
        "account_voucher.xml",
38
 
    ],
39
 
    'auto_install': False,
40
 
    'installable': True,
41
 
}
 
32
""", 
 
33
    "website": "http://www.vauxoo.com", 
 
34
    "license": "", 
 
35
    "depends": [
 
36
        "account_voucher"
 
37
    ], 
 
38
    "demo": [], 
 
39
    "data": [
 
40
        "account_voucher.xml"
 
41
    ], 
 
42
    "test": [], 
 
43
    "js": [], 
 
44
    "css": [], 
 
45
    "qweb": [], 
 
46
    "installable": True, 
 
47
    "auto_install": False, 
 
48
    "active": False
 
49
}
 
 
b'\\ No newline at end of file'