oca-ocb-hr/odoo-bringout-oca-ocb-hr_maintenance/hr_maintenance/wizard/hr_departure_wizard_views.xml
Ernad Husremovic e1d89e11e3 19.0 vanilla
2026-03-09 09:31:00 +01:00

19 lines
908 B
XML

<?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.extend</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="//div[@id='activities_label']" position="attributes">
<attribute name="invisible">0</attribute>
</xpath>
<xpath expr="//div[@id='activities']" position="attributes">
<attribute name="invisible">0</attribute>
</xpath>
<xpath expr="//div[@id='activities']" position="inside">
<div><field name="unassign_equipment"/><label for="unassign_equipment" string="Equipment"/></div>
</xpath>
</field>
</record>
</odoo>