diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-07-24 03:57:36 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-07-24 03:57:36 +0000 |
| commit | 170c458eefac4cd331bc7d1d4d8434074c6f829a (patch) | |
| tree | b2f6663762bfb2cbbb656a453d2df79fa206ba0a /indoteknik_custom/views | |
| parent | a5da6a49dda2d756f907f072a00fb50672893682 (diff) | |
| parent | 365bf9fd1d6cff481c24342db44ef9aeffdd7d80 (diff) | |
Merged in pengajuan_pum (pull request #358)
<hafid> editable field
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/refund_sale_order.xml | 4 |
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" |
