[IMP]hr_holidays:Remove the extra space

bzr revid: prajapatijitendra7969@gmail.com-20130528063031-ad6gp45az42q9018
This commit is contained in:
Jitendra Prajapati (OpenERP) 2013-05-28 12:00:31 +05:30
parent c7c84a8695
commit cf322c62ac
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<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)"/>
<separator/>
<filter string="My Requests" icon="terp-personal" name="my_leaves" domain="[('employee_id.user_id','=', uid)]" help=" My Leave Requests and My Allocation Requests"/>
<filter string="My Requests" icon="terp-personal" name="my_leaves" domain="[('employee_id.user_id','=', uid)]" help="My Leave Requests and My Allocation Requests"/>
<separator/>
<filter string="My Department Leaves" icon="terp-personal+" help="My Department Leaves" domain="[('department_id.manager_id','=',uid)]"/>
<field name="employee_id"/>