[IMP]hr_holidays:Remove the extra space
authorJitendra Prajapati (OpenERP) <prajapatijitendra7969@gmail.com>
Tue, 28 May 2013 06:30:31 +0000 (12:00 +0530)
committerJitendra Prajapati (OpenERP) <prajapatijitendra7969@gmail.com>
Tue, 28 May 2013 06:30:31 +0000 (12:00 +0530)
bzr revid: prajapatijitendra7969@gmail.com-20130528063031-ad6gp45az42q9018

addons/hr_holidays/hr_holidays_view.xml

index 6ff0b2e..43c6598 100644 (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"/>