Update end_rent_views
This commit is contained in:
parent
872af3dfc4
commit
b80653863c
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue