~vauxoo/addons-vauxoo/8.0-user_story-migration-hbto

« back to all changes in this revision

Viewing changes to user_story/__openerp__.py

  • Committer: Humberto Arocha
  • Date: 2014-10-12 02:29:47 UTC
  • Revision ID: hbto@vauxoo.com-20141012022947-gpoi9ppng3teet3h

[IMP] First qweb dummy report for user_story

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#
25
25
##############################################################################
26
26
{
27
 
    "name": "User Story", 
28
 
    "version": "0.1", 
29
 
    "author": "Vauxoo", 
30
 
    "category": "Generic Modules", 
 
27
    "name": "User Story",
 
28
    "version": "0.1",
 
29
    "author": "Vauxoo",
 
30
    "category": "Generic Modules",
31
31
    "description": """
32
32
Este módulo registra requerimientos funcionales y técnicos de software a
33
33
través de Historias de Usuarios.
40
40
siguientes:
41
41
 
42
42
.. Story: http://dannorth.net/whats-in-a-story/
43
 
.. fuentes: http://adrianmoya.com/2012/08/que-hay-en-una-historia/""", 
44
 
    "website": "http://vauxoo.com", 
45
 
    "license": "", 
 
43
.. fuentes: http://adrianmoya.com/2012/08/que-hay-en-una-historia/""",
 
44
    "website": "http://vauxoo.com",
 
45
    "license": "",
46
46
    "depends": [
47
 
        "base", 
48
 
        "project", 
49
 
        "sprint_kanban", 
50
 
        "project_timesheet", 
51
 
        "project_conf", 
 
47
        "base",
 
48
        "report",
 
49
        "project",
 
50
        "sprint_kanban",
 
51
        "project_timesheet",
 
52
        "project_conf",
52
53
        "report_webkit"
53
 
    ], 
 
54
    ],
54
55
    "demo": [
55
56
        "demo/demo.xml"
56
 
    ], 
 
57
    ],
57
58
    "data": [
58
 
        "data/data_us_report.xml", 
59
 
        "report/user_story_report_view.xml", 
60
 
        "security/userstory_security.xml", 
61
 
        "security/ir.model.access.csv", 
62
 
        "view/userstory_view.xml", 
63
 
        "view/project_view.xml", 
64
 
        "view/hr_timesheet_view.xml", 
65
 
        "view/hr_timesheet_all_view.xml", 
66
 
        "view/custom_project_task_view.xml", 
67
 
        "data/data.xml", 
 
59
        "data/data_us_report.xml",
 
60
        "report/user_story_report.xml",
 
61
        "report/user_story_report_view.xml",
 
62
        "security/userstory_security.xml",
 
63
        "security/ir.model.access.csv",
 
64
        "view/userstory_view.xml",
 
65
        "view/project_view.xml",
 
66
        "view/hr_timesheet_view.xml",
 
67
        "view/hr_timesheet_all_view.xml",
 
68
        "view/custom_project_task_view.xml",
 
69
        "data/data.xml",
68
70
        "data/user_story_template.xml"
69
 
    ], 
70
 
    "test": [], 
71
 
    "js": [], 
 
71
    ],
 
72
    "test": [],
 
73
    "js": [],
72
74
    "css": [
73
75
        "static/src/css/*.css"
74
 
    ], 
75
 
    "qweb": [], 
76
 
    "installable": True, 
77
 
    "auto_install": False, 
 
76
    ],
 
77
    "qweb": [],
 
78
    "installable": True,
 
79
    "auto_install": False,
78
80
    "active": False
79
 
}
 
 
b'\\ No newline at end of file'
 
81
}