[FIX] hr_attendance: fixed filter and field having

the same name in the attendance search view. Having an action
with search_default_name in context crashed.
This commit is contained in:
Thibault Delavallée 2014-12-08 14:09:24 +01:00
parent a9b8aa3a1c
commit 8c41089bab
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
<group expand="0" string="Group By">
<filter name="employee" string="Employee" context="{'group_by':'employee_id'}"/>
<separator/>
<filter name="name" string="Month" context="{'group_by':'name'}"/>
<filter name="groupby_name" string="Month" context="{'group_by':'name'}"/>
</group>
</search>
</field>