Update rent_payment_view.xml

This commit is contained in:
zainab2097 2024-07-29 11:47:30 +03:00 committed by GitHub
parent ad444c295d
commit 4140064542
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,7 @@
<group>
<group string="Contract Details">
<field name="contract_id" readonly="1"/>
<field name="renter_id"/>
<field name="property_id" readonly="1"/>
<field name="unit_ids" widget="many2many_tags" readonly="1"/>
<field name="due_date" readonly="1"/>
@ -69,6 +70,7 @@
<field name="name"/>
<field name="code"/>
<field name="contract_id"/>
<field name="renter_id"/>
<field name="property_id"/>
<field name="due_date"/>
<field name="paid_date"/>
@ -115,4 +117,4 @@
</data>
</odoo>
</odoo>