Update end_rent_views.xml

This commit is contained in:
zainab2097 2024-08-08 15:10:52 +03:00 committed by GitHub
parent 53350923b7
commit 66c1a96eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@
<field name="property_id" required="1" attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="unit_ids" domain="[('property_id', '=', property_id)]"
attrs="{'required':[('renter_invoice', '=', True)], 'readonly':[('state','!=','draft')]}"
attrs="{'readonly':[('state','!=','draft')]}"
widget="many2many_tags"/>
</group>
<group>
@ -252,4 +252,4 @@
</data>
</odoo>
</odoo>