~vauxoo/addons-vauxoo/7.0-changes-in-openerp-alan

« back to all changes in this revision

Viewing changes to account_chart_wiz_dates/__openerp__.py

  • Committer: alan guzman
  • Date: 2014-10-13 13:32:09 UTC
  • Revision ID: aguzman@vauxoo.com-20141013133209-8g4p3iema2zlr9n3
[IMP]space at the end of each line was removed and changed tabs by spaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#
25
25
##############################################################################
26
26
{
27
 
    "name": "Wizard Account Chart Dates", 
28
 
    "version": "1.0", 
29
 
    "author": "Vauxoo", 
30
 
    "category": "Generic Modules", 
 
27
    "name": "Wizard Account Chart Dates",
 
28
    "version": "1.0",
 
29
    "author": "Vauxoo",
 
30
    "category": "Generic Modules",
31
31
    "description": """
32
32
        Add fields for date initial & end
33
 
    """, 
34
 
    "website": "http://www.vauxoo.com/", 
35
 
    "license": "AGPL-3", 
 
33
""",
 
34
    "website": "http://www.vauxoo.com/",
 
35
    "license": "AGPL-3",
36
36
    "depends": [
37
37
        "account"
38
 
    ], 
39
 
    "demo": [], 
 
38
    ],
 
39
    "demo": [],
40
40
    "data": [
41
41
        "wizard/account_chart_view.xml"
42
 
    ], 
43
 
    "test": [], 
44
 
    "js": [], 
45
 
    "css": [], 
46
 
    "qweb": [], 
47
 
    "installable": True, 
 
42
    ],
 
43
    "test": [],
 
44
    "js": [],
 
45
    "css": [],
 
46
    "qweb": [],
 
47
    "installable": True,
48
48
    "auto_install": False
49
49
}
50
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
 
b'\\ No newline at end of file'
 
50
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: