Skip to content

Commit

Permalink
[ADD] project: add name to the filter to create context with search_d…
Browse files Browse the repository at this point in the history
…efault_Member
  • Loading branch information
ccomb authored and nim-odoo committed Jun 24, 2015
1 parent 1942522 commit 16a545b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/project/project_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<filter icon="gtk-media-pause" string="Pending" name="Pending" domain="[('state', '=','pending')]" help="Pending Projects"/>
<filter icon="gtk-media-pause" string="Template" name="Template" domain="[('state', '=','template')]" help="Templates of Projects"/>
<separator/>
<filter icon="terp-personal+" string="Member" domain="['|',('user_id', '=', uid),('members', '=', uid)]" help="Projects in which I am a member."/>
<filter icon="terp-personal+" string="Member" name="Member" domain="['|',('user_id', '=', uid),('members', '=', uid)]" help="Projects in which I am a member."/>
<separator/>
<filter string="Project(s) Manager" domain="[('user_id','=',uid)]" help="Projects in which I am a manager" icon="terp-personal"/>
<field name="user_id" string="Project Manager"/>
Expand Down

0 comments on commit 16a545b

Please sign in to comment.