[FIX] hr_evalution improved the tooltips
authorJigar Amin - OpenERP <jam@tinyerp.com>
Tue, 20 Sep 2011 10:15:03 +0000 (15:45 +0530)
committerJigar Amin - OpenERP <jam@tinyerp.com>
Tue, 20 Sep 2011 10:15:03 +0000 (15:45 +0530)
bzr revid: jam@tinyerp.com-20110920101503-9vy1mqeo72mdti0r

addons/hr_evaluation/hr_evaluation_view.xml

index 592a986..58c5452 100644 (file)
             <field name="arch" type="xml">
                 <search string="Search Evaluation">
                    <group>
-                    <filter icon="terp-check" string="Pending" domain="[('state','=','wait')]" help="Evaluations that are in waiting state"/>
-                    <filter icon="terp-camera_test" string="In progress" domain="[('state','=','progress')]" help="Evaluations that are in progress state"/>
+                    <filter icon="terp-check" string="Pending" domain="[('state','=','wait')]" help="Evaluations that are in Plan In Progress state"/>
+                    <filter icon="terp-camera_test" string="In progress" domain="[('state','=','progress')]" help="Evaluations that are in waiting appreciation state"/>
                     <separator orientation="vertical"/>
                     <filter icon="terp-go-week" string="7 Days" help="Evaluations to close within the next 7 days"
                         domain="[('date', '&gt;=', (datetime.date.today()-datetime.timedelta(days=7)).strftime('%%Y-%%m-%%d'))]" />