commit
fdf89b4703
|
|
@ -109,9 +109,9 @@
|
||||||
<field name="model">hr.employee.appraisal</field>
|
<field name="model">hr.employee.appraisal</field>
|
||||||
<field name="inherit_id" ref="exp_hr_appraisal.hr_appraisal_tree_view"/>
|
<field name="inherit_id" ref="exp_hr_appraisal.hr_appraisal_tree_view"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//field[@name='is_manager']" position="attributes">
|
<!-- <xpath expr="//field[@name='is_manager']" position="attributes">-->
|
||||||
<attribute name="invisible">1</attribute>
|
<!-- <attribute name="invisible">1</attribute>-->
|
||||||
</xpath>
|
<!-- </xpath>-->
|
||||||
<xpath expr="//field[@name='appraisal_plan_id']" position="attributes">
|
<xpath expr="//field[@name='appraisal_plan_id']" position="attributes">
|
||||||
<attribute name="invisible">1</attribute>
|
<attribute name="invisible">1</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue