summaryrefslogtreecommitdiff
path: root/addons/hr_holidays/wizard/hr_departure_wizard_views.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/hr_holidays/wizard/hr_departure_wizard_views.xml')
-rw-r--r--addons/hr_holidays/wizard/hr_departure_wizard_views.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/addons/hr_holidays/wizard/hr_departure_wizard_views.xml b/addons/hr_holidays/wizard/hr_departure_wizard_views.xml
new file mode 100644
index 00000000..02dd43c9
--- /dev/null
+++ b/addons/hr_holidays/wizard/hr_departure_wizard_views.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <record id="hr_departure_wizard_view_form" model="ir.ui.view">
+ <field name="name">hr.departure.wizard.view.form.extend3</field>
+ <field name="model">hr.departure.wizard</field>
+ <field name="inherit_id" ref="hr.hr_departure_wizard_view_form" />
+ <field name="arch" type="xml">
+ <xpath expr="//group[@id='date']" position="inside">
+ <field name="cancel_leaves" string="Cancel all time off after this date"/>
+ </xpath>
+ </field>
+ </record>
+</odoo>