Update end_rent_views

This commit is contained in:
zainab2097 2024-09-08 10:55:05 +03:00 committed by GitHub
parent 872af3dfc4
commit b80653863c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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