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.
 
 
 
 
 

20 lines
957 B

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="view_department_tree" model="ir.ui.view">
<!-- Add a new page for res partner and add fields-->
<field name="name">hr.department.view.tree.inherit.dental.clinical.management</field>
<field name="model">hr.department</field>
<field name="inherit_id" ref="hr.view_department_tree"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='manager_id']" position="attributes">
<attribute name="column_invisible">True</attribute>
</xpath>
<xpath expr="//field[@name='total_employee']" position="attributes">
<attribute name="column_invisible">True</attribute>
</xpath>
<xpath expr="//field[@name='parent_id']" position="attributes">
<attribute name="column_invisible">True</attribute>
</xpath>
</field>
</record>
</odoo>