Update project_invoice_views.xml

This commit is contained in:
zainab2097 2024-09-01 17:38:06 +03:00 committed by GitHub
parent a80ac1fabe
commit ad3b3760fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<field name="plan_payment_date" required="1"/>
<field name="actual_date" readonly="1"/>
<field name="actual_payment_date" readonly="1"/>
<field name="invoice_id" readonly="1" options="{'no_open': True}" attrs="{'invisible': [('invoice_id', '=', False)]}"/>
<field name="invoice_id" readonly="1" attrs="{'invisible': [('invoice_id', '=', False)]}"/>
</group>
</group>
<notebook>