Merge lp:~vauxoo/addons-vauxoo/7.0-user_story-no_hu_tasks-dev-hbto into lp:addons-vauxoo/7.0

Proposed by hbto [Vauxoo] http://www.vauxoo.com
Status: Merged
Approved by: Rafael Silva
Approved revision: no longer in the source branch.
Merged at revision: 1012
Proposed branch: lp:~vauxoo/addons-vauxoo/7.0-user_story-no_hu_tasks-dev-hbto
Merge into: lp:addons-vauxoo/7.0
Diff against target: 24 lines (+13/-1)
1 file modified
user_story/view/userstory_view.xml (+13/-1)
To merge this branch: bzr merge lp:~vauxoo/addons-vauxoo/7.0-user_story-no_hu_tasks-dev-hbto
Reviewer Review Type Date Requested Status
Rafael (Vauxoo) Pending
Review via email: mp+218894@code.launchpad.net
To post a comment you must log in.
1012. By hbto [Vauxoo] http://www.vauxoo.com

[FIX] Getting rid of field userstory_id in task tree view

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'user_story/view/userstory_view.xml'
2--- user_story/view/userstory_view.xml 2014-05-02 17:00:34 +0000
3+++ user_story/view/userstory_view.xml 2014-05-09 00:13:34 +0000
4@@ -121,7 +121,19 @@
5
6 <page string="Tasks">
7 <separator string="Tasks" colspan='4' />
8- <field name="task_ids" context="{'project_task':project_id,'categ_task':categ_ids,'sprint_task':sk_id,'userstory_task':active_id}" colspan="4" nolabel="1" widget="many2many"/>
9+ <field name="task_ids" context="{'project_task':project_id,'categ_task':categ_ids,'sprint_task':sk_id,'userstory_task':active_id}" colspan="4" nolabel="1" widget="many2many">
10+ <tree string="Tasks">
11+ <field name="id"/>
12+ <field name="name" />
13+ <field name="project_id" />
14+ <field name="user_id" />
15+ <field name="planned_hours" sum="Total hours"/>
16+ <field name="effective_hours" sum="Total hours"/>
17+ <field name="remaining_hours" sum="Total hours"/>
18+ <field name="stage_id" />
19+ <field name="sprint_id" />
20+ </tree>
21+ </field>
22 </page>
23 </notebook>
24 </sheet>