Improved search view to remove default values
[odoo/odoo.git] / addons / hr_timesheet_sheet / hr_timesheet_sheet_view.xml
index 580fc64..d04571f 100644 (file)
             <field name="arch" type="xml">
                 <search string="Search Timesheet">
                     <group col="10" colspan="4">
-                        <filter icon="terp-partner" domain="[('user_id','=',uid)]" help="My" default="1"/>
+                        <filter icon="terp-partner" domain="[('user_id','=',uid)]" help="My" />
                         <separator orientation="vertical"/>
                         <filter icon="terp-crm" string="In Progress" domain="[('state','in',('draft', 'new'))]" help="Unvalidated Timesheets"/>
                         <filter icon="terp-crm" string="To Validate" domain="[('state','=','confirmed')]" help="Confirmed Timesheets"/>