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
=== modified file 'user_story/view/userstory_view.xml'
--- user_story/view/userstory_view.xml 2014-05-02 17:00:34 +0000
+++ user_story/view/userstory_view.xml 2014-05-09 00:13:34 +0000
@@ -121,7 +121,19 @@
121 121
122 <page string="Tasks">122 <page string="Tasks">
123 <separator string="Tasks" colspan='4' />123 <separator string="Tasks" colspan='4' />
124 <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"/>124 <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">
125 <tree string="Tasks">
126 <field name="id"/>
127 <field name="name" />
128 <field name="project_id" />
129 <field name="user_id" />
130 <field name="planned_hours" sum="Total hours"/>
131 <field name="effective_hours" sum="Total hours"/>
132 <field name="remaining_hours" sum="Total hours"/>
133 <field name="stage_id" />
134 <field name="sprint_id" />
135 </tree>
136 </field>
125 </page>137 </page>
126 </notebook>138 </notebook>
127 </sheet>139 </sheet>