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

Proposed by hbto [Vauxoo] http://www.vauxoo.com
Status: Merged
Approved by: hbto [Vauxoo] http://www.vauxoo.com
Approved revision: 1058
Merged at revision: 1065
Proposed branch: lp:~vauxoo/addons-vauxoo/7.0-user_story-group-executor-dev-hbto
Merge into: lp:addons-vauxoo/7.0
Diff against target: 20 lines (+3/-0)
1 file modified
user_story/view/userstory_view.xml (+3/-0)
To merge this branch: bzr merge lp:~vauxoo/addons-vauxoo/7.0-user_story-group-executor-dev-hbto
Reviewer Review Type Date Requested Status
hbto [Vauxoo] http://www.vauxoo.com Approve
Review via email: mp+224867@code.launchpad.net

Description of the change

This Change allows to group Executor and adds the field in the tree view.

To post a comment you must log in.
Revision history for this message
hbto [Vauxoo] http://www.vauxoo.com (humbertoarocha) wrote :
review: Approve

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-06-06 16:15:20 +0000
3+++ user_story/view/userstory_view.xml 2014-06-27 15:59:05 +0000
4@@ -154,6 +154,7 @@
5 <field name="id"/>
6 <field name="name" />
7 <field name="owner_id"/>
8+ <field name="user_execute_id"/>
9 <field name="code" />
10 <field name="priority_level" />
11 <field name="planned_hours" sum="Total hours"/>
12@@ -263,6 +264,8 @@
13 <separator orientation="vertical" />
14 <filter name="user_story_owner" icon="terp-personal" string="Owner" context="{'group_by':'owner_id'}" />
15 <separator orientation="vertical" />
16+ <filter name="accept_criteria_user_execute_id" string="Executor" context="{'group_by':'user_execute_id'}"/>
17+ <separator orientation="vertical" />
18 <filter name="user_story_user_id" icon="terp-personal" string="User" context="{'group_by':'user_id'}" />
19 <separator orientation="vertical" />
20 <filter name="user_story_sk_id" icon="terp-personal" string="Sprint" context="{'group_by':'sk_id'}" />