[IMP] hr_evalution - Renamed Current Filter to Pending

bzr revid: jam@tinyerp.com-20110920094608-e0mx5bcxfb875h8x
This commit is contained in:
Jigar Amin - OpenERP 2011-09-20 15:16:08 +05:30
parent 861ef42bbb
commit 48fa8eafdb
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@
<field name="arch" type="xml">
<search string="Search Evaluation">
<group>
<filter icon="terp-check" string="Current" domain="[('state','=','wait')]" help="Evaluations that are in waiting state"/>
<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"/>
<separator orientation="vertical"/>
<filter icon="terp-go-week" string="7 Days" help="Evaluations to close within the next 7 days"