summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-07-24 10:52:36 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-07-24 10:52:36 +0700
commit365bf9fd1d6cff481c24342db44ef9aeffdd7d80 (patch)
treee60c69db8ddd79eb39c7ae03590023fe75b5ada9 /indoteknik_custom/views
parent6a804c8d3604d7654fce48ce9e1aa1cb7c95ae87 (diff)
<hafid> editable field
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/refund_sale_order.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/refund_sale_order.xml b/indoteknik_custom/views/refund_sale_order.xml
index 3b348730..4f791722 100644
--- a/indoteknik_custom/views/refund_sale_order.xml
+++ b/indoteknik_custom/views/refund_sale_order.xml
@@ -118,9 +118,9 @@
</group>
<group>
<field name="uang_masuk" attrs="{'readonly': [('is_locked', '=', True)]}"/>
- <field name="total_invoice" readonly="1"/>
+ <field name="total_invoice" attrs="{'readonly': [('is_locked', '=', True)]}"/>
<field name="ongkir" attrs="{'readonly': [('is_locked', '=', True)]}"/>
- <field name="amount_refund" readonly="1"/>
+ <field name="amount_refund" attrs="{'readonly': [('is_locked', '=', True)]}"/>
<field name="amount_refund_text" readonly="1"/>
<field name="uang_masuk_type" required="1" attrs="{'readonly': [('is_locked', '=', True)]}"/>
<field name="bukti_uang_masuk_image" widget="image"