You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
579 B
14 lines
579 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Inherit view of hr department -->
|
|
<record id="view_department_form" model="ir.ui.view">
|
|
<field name="name">hr.department.inherit.view.form.all.in.one.purchase.kit</field>
|
|
<field name="model">hr.department</field>
|
|
<field name="inherit_id" ref="hr.view_department_form"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='parent_id']" position="after">
|
|
<field name="department_location_id"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|
|
|