Update end_rent_views.xml

This commit is contained in:
zainab2097 2024-08-08 16:53:24 +03:00 committed by GitHub
parent d04d14b83c
commit d13e6e4b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -181,8 +181,8 @@
<group>
<field name="vendor_id" attrs="{'invisible':[('renter_invoice', '=', True)],
'required':[('renter_invoice', '=', False)], 'readonly':[('state','!=','draft')]}"/>
<field name="maintenance_cost" readonly="1"/>
<field name="hand_cost" readonly="1"/>
<field name="maintenance_cost" invisible="1" readonly="1"/>
<field name="hand_cost" invisible="1" readonly="1"/>
<field name="total_amount" readonly="1"/>
<field name="company_id" readonly="1"/>
<field name="user_id" readonly="1"/>