Update rental_contract_views.xml
This commit is contained in:
parent
760e86d1f2
commit
ad796ca618
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
</header>
|
||||
<sheet>
|
||||
<field name="is_today_end_date" invisible="0"/> <!-- Add this line -->
|
||||
<field name="is_today_end_date" invisible="1"/> <!-- Add this line -->
|
||||
<widget name="web_ribbon" title="Expired" bg_color="bg-danger" attrs="{'invisible': [('is_today_end_date', '!=', True)]}"/>
|
||||
<h1>
|
||||
<field name="seq" readonly="1"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue