diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-18 13:39:21 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-18 13:39:21 +0700 |
| commit | 56521e04d3ea44d9f0115ef327b48e2c97f92fcc (patch) | |
| tree | c58696bc9c2ea72493d32623fbcbc2c6a1b38944 /indoteknik_custom/views/down_payment.xml | |
| parent | 82920977dbae0534980c965360849702958d51e4 (diff) | |
(andri) fix
Diffstat (limited to 'indoteknik_custom/views/down_payment.xml')
| -rw-r--r-- | indoteknik_custom/views/down_payment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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)]}"/> <field name="status" widget="statusbar" statusbar_visible="draft,pengajuan1,pengajuan2,pengajuan3,approved" statusbar_colors='{"reject":"red"}' |
