[usability],tooltip on search button

bzr revid: amb@tinyerp.com-20110720100454-ko6iub7h021u25ry
This commit is contained in:
Amit Bhavsar (Open ERP) 2011-07-20 15:34:54 +05:30
parent 8611cf6ec6
commit 5bc8c72cf5
4 changed files with 4 additions and 4 deletions

View File

@ -309,7 +309,7 @@
<search string="Search Leads">
<filter icon="terp-check"
string="Current"
name="current" help="Draft and Open Leads"
name="current" help="draft, open and pending documents"
domain="[('state','in',('draft','open'))]"/>
<filter icon="terp-camera_test"
string="Open"

View File

@ -281,7 +281,7 @@
<field name="arch" type="xml">
<search string="Search Opportunities">
<filter icon="terp-check"
string="Current" help="Draft and Open Opportunities"
string="Current" help="draft, open and pending documents"
name="current"
domain="[('state','in',('draft','open'))]"/>
<filter icon="terp-camera_test"

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'))]" name="current" help="Draft and In Progress tasks" icon="terp-check"/>
<filter string="Current" domain="[('state','in',('open','draft'))]" name="current" help="draft, open and pending documents" 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'))]" name="current" help="Draft and In Progress Phases" icon="terp-check"/>
<filter string="Current" domain="[('state','in',('open','draft'))]" name="current" help="draft, open and pending documents" 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"/>