Update rental_contract_views.xml

This commit is contained in:
zainab2097 2024-08-18 14:57:54 +03:00 committed by GitHub
parent 3af5e83b5e
commit e9b35edbd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<field name="arch" type="xml">
<xpath expr="//field[@name='category_id']" position="after">
<field groups='property_management.group_property_user,property_management.group_property_manager' name="is_tenant"/>
<field groups='property_management.group_property_user,property_management.group_property_manager' name="is_property_evaluator"/>
</xpath>
</field>
</record>