[IMP] hr_holidays: made records with 'Second Approval' state visible in menu 'Leave Requests to Approve'

bzr revid: cha@tinyerp.com-20121012053535-qtcu2o3hw60ys2r3
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-10-12 11:05:35 +05:30
parent 728644807f
commit da96d4f385
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<field name="date_from"/>
<separator/>
<filter icon="terp-check" domain="[('state','=','draft')]" string="To Confirm"/>
<filter icon="terp-camera_test" domain="[('state','=','confirm')]" string="To Approve" name="approve"/>
<filter icon="terp-camera_test" domain="[('state','in',('confirm','validate1'))]" string="To Approve" name="approve"/>
<filter icon="terp-camera_test" domain="[('state','=','validate')]" string="Validated" name="validated"/>
<separator/>
<filter icon="terp-go-year" name="year" string="Year" domain="[('holiday_status_id.active','=',True)]" help="Filters only on allocations and requests that belong to an holiday type that is 'active' (active field is True)"/>