[usability],improve tooltip on search button tasks/phases

bzr revid: amb@tinyerp.com-20110725095130-ttzkwmd36p4k3cba
This commit is contained in:
Amit Bhavsar (Open ERP) 2011-07-25 15:21:30 +05:30
parent 76511fd3cf
commit 44ab57643e
2 changed files with 2 additions and 2 deletions

View File

@ -397,7 +397,7 @@
<field name="arch" type="xml">
<search string="Task Edition">
<group col="20" colspan="4">
<filter string="Current" domain="[('state','in',('open','draft','pending'))]" name="current" help="Draft, Open and Pending Tasks." icon="terp-check"/>
<filter string="Current" domain="[('state','in',('open','draft','pending'))]" name="current" help="Draft, In Progress and Pending Tasks." icon="terp-check"/>
<filter string="In Progress" domain="[('state','=','open')]" help="In Progress Tasks" icon="terp-camera_test"/>
<filter string="Pending" domain="[('state','=','pending')]" context="{'show_delegated':False}" help="Pending Tasks" icon="terp-gtk-media-pause"/>
<separator orientation="vertical"/>

View File

@ -267,7 +267,7 @@
<field name="arch" type="xml">
<search string="Project Phases">
<group colspan="4" col="20">
<filter string="Current" domain="[('state','in',('open','draft','pending'))]" name="current" help="Draft, Open and Pending Phases." icon="terp-check"/>
<filter string="Current" domain="[('state','in',('open','draft','pending'))]" name="current" help="Draft, In Progress and Pending Phases." icon="terp-check"/>
<filter string="In Progress" name="Progress" domain="[('state','=','open')]" help="In Progress Phases" icon="terp-camera_test"/>
<filter string="Pending" domain="[('state','=','pending')]" help="Pending Phases" icon="terp-gtk-media-pause"/>
<separator orientation="vertical"/>