[IMP] hr_timesheet : Removed all filters related to a date field and added the relate...
authorDivyesh Makwana (Open ERP) <mdi@tinyerp.com>
Tue, 22 May 2012 07:20:26 +0000 (12:50 +0530)
committerDivyesh Makwana (Open ERP) <mdi@tinyerp.com>
Tue, 22 May 2012 07:20:26 +0000 (12:50 +0530)
bzr revid: mdi@tinyerp.com-20120522072026-bq40iydnu2hb44ke

addons/hr_timesheet/hr_timesheet_view.xml

index e4838ed..8df6c78 100644 (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"/>