summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-09-01 15:54:03 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-09-01 15:54:03 +0700
commitd839d9b4a120a2c6ab4a0b9044d578bf28cd4d47 (patch)
treecc29c013eb4d5781ef7ddbac75a99eeeaea4222d
parent8bb599fc4b3e3de94fada7c277518446a88630fa (diff)
(andri) add badge due date
-rw-r--r--indoteknik_custom/views/unpaid_invoice_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/unpaid_invoice_view.xml b/indoteknik_custom/views/unpaid_invoice_view.xml
index f9c393c5..19cc07a6 100644
--- a/indoteknik_custom/views/unpaid_invoice_view.xml
+++ b/indoteknik_custom/views/unpaid_invoice_view.xml
@@ -8,7 +8,7 @@
<field name="partner_id"/>
<field name="invoice_number"/>
<field name="invoice_date"/>
- <field name="invoice_date_due"/>
+ <field name="invoice_date_due" widget="badge" decoration-danger="invoice_day_to_due &lt; 0" />
<field name="invoice_day_to_due" readonly="1"/>
<field name="new_invoice_day_to_due" readonly="1"/>
<field name="amount_total"/>