From 9606b73b33a01291ecbcb9154e32212ba5692bdb Mon Sep 17 00:00:00 2001 From: "Indoteknik ." Date: Mon, 28 Jul 2025 12:56:06 +0700 Subject: (andri) fix status done not realized --- indoteknik_custom/views/down_payment.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views/down_payment.xml') diff --git a/indoteknik_custom/views/down_payment.xml b/indoteknik_custom/views/down_payment.xml index 49306550..3c8d007e 100644 --- a/indoteknik_custom/views/down_payment.xml +++ b/indoteknik_custom/views/down_payment.xml @@ -10,7 +10,7 @@ type="object" string="Realisasi" class="btn-primary" - attrs="{'invisible': [('status', '=', 'reject')]}"/> + attrs="{'invisible': [('status', 'not in', 'approved')]}"/>