[IMP] hr_timesheet : Removed all filters related to a date field and added the related date field in the search view.

bzr revid: mdi@tinyerp.com-20120522072026-bq40iydnu2hb44ke
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-05-22 12:50:26 +05:30
parent 44762771e0
commit 1853da8952
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@
<field name="arch" type="xml">
<search string="Timesheet">
<group>
<filter name="today" icon="terp-go-today" domain="[('date', '=', time.strftime('%%Y-%%m-%%d'))]" string="Today"/>
<separator orientation="vertical"/>
<field name="user_id"/>
<field name="account_id"/>
<field name="date"/>