Skip to content
Snippets Groups Projects
Commit e6cf33bd authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] hr_holidays: force empty validity start date on data/demo leave types

Oversight of previous forward-port.
parent 02b6b4db
Branches
Tags
No related merge requests found
......@@ -16,6 +16,7 @@
<record id="holiday_status_hw" model="hr.leave.type">
<field name="name">Home Workings</field>
<field name="color_name">lightgreen</field>
<field name="validity_start" eval="False"/>
<field name="leave_notif_subtype_id" eval="ref('mt_leave_home_working')"/>
</record>
......
......@@ -8,6 +8,7 @@
<field name="allocation_type">fixed_allocation</field>
<field name="color_name">blue</field>
<field name="request_unit">hour</field>
<field name="validity_start" eval="False"/>
</record>
<record id="hr_holiday_status_dv" model="hr.leave.type">
......@@ -15,6 +16,7 @@
<field name="allocation_type">fixed</field>
<field name="color_name">brown</field>
<field name="validation_type">both</field>
<field name="validity_start" eval="False"/>
</record>
<record id="holiday_status_cla" model="hr.leave.type">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment