[IMP]remove tabs and add spaces instead of them
[odoo/odoo.git] / addons / hr / hr_view.xml
index 0df0a13..5915511 100644 (file)
             <field name="type">search</field>
             <field name="arch" type="xml">
                 <search string="Employees">
-                    <field name="name" string="Employees" filter_domain="[('name','ilike',self)]"/>
+                    <field name="name" string="Employees"/>
                     <separator orientation="vertical"/>
                     <field name="department_id" widget="selection"/>
                     <field name="job_id" widget="selection"/>
             <field name="type">search</field>
             <field name="arch" type="xml">
                 <search string="Jobs">
-                    <field name="name" string="Job" filter_domain="[('name','ilike',self)]"/>
+                    <field name="name" string="Job"/>
                     <separator orientation="vertical"/>
                     <filter icon="terp-camera_test"  
                             domain="[('state','=','open')]"