~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to bzr_to_task/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-09 21:30:17 UTC
  • mfrom: (879.1.7 trunk-addons-vauxoo)
  • Revision ID: moylop260@vauxoo.com-20141009213017-u3jicyg8xery3r8c
[MERGE] upforward 7.0
-Fix unused import
-Fix relative import
-Fix full path import
-Fix trailing whitespace pylint error C0303
-Fix autopep8 ignoring E501 & E128
-Fix reimported
-Fix __openerp__.py files
-Translate update

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#
23
23
#
24
24
{
25
 
    "name": "Bzr to Task Commits",
26
 
    "version": "0.1",
27
 
    "depends": ["sprint_kanban", ],
28
 
    "author": "Vauxoo",
 
25
    "name": "Bzr to Task Commits", 
 
26
    "version": "0.1", 
 
27
    "author": "Vauxoo", 
 
28
    "category": "Project Management", 
29
29
    "description": """
30
30
        This module retrieves commit messages from launchpad and
31
31
        stores them as task works in the configured task.
32
 
                   """,
33
 
    "website": "http://vauxoo.com",
34
 
    "category": "Project Management",
35
 
    "init_xml": [
36
 
    ],
37
 
    "demo_xml": [
38
 
    ],
39
 
    "update_xml": [
40
 
    "bzr_to_task_view.xml",
41
 
    ],
42
 
    "active": False,
43
 
    "installable": True,
44
 
}
 
32
                   """, 
 
33
    "website": "http://vauxoo.com", 
 
34
    "license": "", 
 
35
    "depends": [
 
36
        "sprint_kanban"
 
37
    ], 
 
38
    "demo": [], 
 
39
    "data": [
 
40
        "bzr_to_task_view.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'