[FIX] project_issue xml typo

bzr revid: al@openerp.com-20110819011410-nilub0nw6o23prko
This commit is contained in:
Antony Lesuisse 2011-08-19 03:14:10 +02:00
parent 88a2b980f8
commit 34dd71fe5a
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@
<group>
<filter string="Current" name="current" domain="[('state','in',('open','draft','pending'))]" help="New, pending and to do" icon="terp-check"/>
<separator orientation="vertical"/>
<filter string="New" icon="terp-document-new" domain="[('state','=','draft')]" help="New Issues" icon="terp-camera_test"/>
<filter string="New" icon="terp-document-new" domain="[('state','=','draft')]" help="New Issues"/>
<filter string="To Do" domain="[('state','=','open')]" help="To Do Issues" icon="terp-camera_test"/>
<filter string="Pending" domain="[('state','=','pending')]" help="Pending Issues" icon="terp-gtk-media-pause"/>
<separator orientation="vertical"/>