diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-08-20 09:06:33 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-08-20 09:06:33 +0700 |
| commit | bbc454fd6e13d12e9674769a555264f2c2343b5b (patch) | |
| tree | d4973e8aab48e52cc0006600306ff7b19c11d639 /indoteknik_custom/views/sale_order.xml | |
| parent | 9ea33822721c3c548675633effdf679cc1a99b0d (diff) | |
<hafid> refund system sisa uang muka
Diffstat (limited to 'indoteknik_custom/views/sale_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 1d51fd69..8f8e4288 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -39,8 +39,7 @@ <button name="button_refund" type="object" string="Refund" - class="btn-primary" - attrs="{'invisible': [('has_refund', '=', 'True')]}" /> + class="btn-primary" /> </xpath> <div class="oe_button_box" name="button_box"> <field name="advance_payment_move_ids" invisible="1"/> @@ -177,7 +176,6 @@ <field name="expected_ready_to_ship"/> <field name="eta_date_start"/> <field name="eta_date" readonly="1"/> - <field name="has_refund" readonly="1"/> </group> <group string="Return Doc"> <field name="ccm_id" readonly="1"/> |
