[FIX] hr_evaluation : Fixes the syntex problem on filter

bzr revid: amp@tinyerp.com-20110405115015-uymwebdn8b9b7j3e
This commit is contained in:
AMP (OpenERP) 2011-04-05 17:20:15 +05:30
parent 554b357e25
commit dba0f62620
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 col='10' colspan='4'>
<filter icon="terp-check" string="Current" domain="[('state','=','wait'))]" help="Evaluations that are in waiting state"/>
<filter icon="terp-check" string="Current" 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"