This commit is contained in:
esam 2026-01-06 17:19:34 -05:00
parent 9ca82a3edc
commit 9afc9dacb6
1 changed files with 3 additions and 3 deletions

View File

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