diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-02-19 14:49:40 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-02-19 14:49:40 +0700 |
| commit | b7580b1590fc3259aa028c0c909b0ee564e801d5 (patch) | |
| tree | 9e2fe58c19bb3b7c53e2f146a17cd16f2442c67a /indoteknik_custom/views | |
| parent | 80c56615d5c605f6e96cc3567a6b3d0332152957 (diff) | |
<iman> update customer
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index 55736b0d..09031274 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -48,9 +48,9 @@ string="Confirm" type="object" options="{}"/> <button name="action_confirm_customer_payment" - string="Konfirmasi Pembayaran" type="object" - options="{}" - attrs="{'invisible': [('status', '!=', 'approved'),]}"/> + string="Konfirmasi Pembayaran" type="object" + options="{}" + attrs="{'invisible': [('status', '!=', 'approved')], 'readonly': [('payment_status', '=', 'payment')]}"/> </header> <sheet string="Customer Commision"> <div class="oe_button_box" name="button_box"/> |
