Skip to content
Snippets Groups Projects
Commit 02526c47 authored by Yannick Tivisse's avatar Yannick Tivisse
Browse files

[FIX] hr_holidays: Wrong model xmlid on action definition

parent e03baa3b
No related branches found
No related tags found
No related merge requests found
......@@ -592,7 +592,7 @@
<field name="name">Time Off</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">hr.leave</field>
<field name="binding_model_id" ref="model_hr_employee"/>
<field name="binding_model_id" ref="hr.model_hr_employee"/>
<field name="view_mode">tree,kanban,form,calendar,activity</field>
<field name="context">{}</field>
<field name="domain">[]</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