Update rent_payment_view.xml

This commit is contained in:
zainab2097 2024-08-06 13:35:46 +03:00 committed by GitHub
parent 158b1d6b2f
commit ce781877d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
<field name="name">Rent Payment List</field>
<field name="model">rent.payment</field>
<field name="arch" type="xml">
<tree create="false" decoration-warning="state == 'due'" decoration-danger="state == 'not'"
<tree create="false" decoration-warning="state == 'due'" decoration-info="state == 'invoice'" decoration-danger="state == 'cancel'" decoration-danger="state == 'not'"
decoration-muted="state == 'canceled'" decoration-success="state == 'paid'">
<field name="name"/>
<field name="code"/>