Update rental_contract_views.xml

This commit is contained in:
zainab2097 2024-08-18 16:32:33 +03:00 committed by GitHub
parent 31f9d3d9b7
commit 92bf574966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='category_id']" position="after">
<field groups="property_management.group_property_manager,property_management.group_property_user" name="is_tenant"/>
<field groups="property_management.group_property_manager,property_management.group_property_user" name="is_property_evaluator"/>
<field name="is_tenant"/>
<field name="is_property_evaluator"/>
</xpath>
</field>
</record>