Update end_rent_views.xml
This commit is contained in:
parent
53350923b7
commit
66c1a96eb7
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue