Skip to content
Snippets Groups Projects
Commit a775f437 authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] hr_holidays: date_from field

Wrong field date_from:month in model hr.holidays

opw:676837
parent 3ce23eb4
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
<filter string="Manager" context="{'group_by':'manager_id'}"/>
<filter name="group_type" string="Type" context="{'group_by':'holiday_status_id'}"/>
<separator/>
<filter name="group_date_from" string="Start Month" context="{'group_by':'date_from:month'}"/>
<filter name="group_date_from" string="Start Month" context="{'group_by':'date_from'}"/>
</group>
</search>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment