From 56521e04d3ea44d9f0115ef327b48e2c97f92fcc Mon Sep 17 00:00:00 2001 From: "Indoteknik ." Date: Mon, 18 Aug 2025 13:39:21 +0700 Subject: (andri) fix --- indoteknik_custom/views/down_payment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 8fd8fc76..020ed110 100644 --- a/indoteknik_custom/views/down_payment.xml +++ b/indoteknik_custom/views/down_payment.xml @@ -34,7 +34,7 @@ type="object" string="AP Only" class="btn-info" - attrs="{'invisible': [('status', '=', 'reject')]}"/> + attrs="{'invisible': ['|', ('status', '=', 'reject'), ('is_cab_visible', '=', True)]}"/>