[IMP] hr_timesheet_sheet : added missing filter string in search view.

bzr revid: mdi@tinyerp.com-20120521112222-3wwe0xowfr8ykgyk
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-05-21 16:52:22 +05:30
parent 2a9cdd4954
commit f81c4b643f
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@
<field name="employee_id"/>
<field name="date_from"/>
<field name="department_id" widget="selection">
<filter icon="terp-personal+"
<filter string="My Departments Timesheet"
icon="terp-personal+"
domain="[('department_id','=',context.get('department_id',False))]"
help="My Departments Timesheet"/>
</field>