summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-09-12 10:14:45 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-09-12 10:14:45 +0000
commit7973c3153f852f154c04e1107206ebe90498e771 (patch)
treeca6e1f7ba3dcc7816ca41f0797cf1205349351ce /indoteknik_custom/views
parentb5c3ba057856d5b0043225b075393842445ba468 (diff)
parentfb069315f937ea1a8a094d23f22f8314cef412a4 (diff)
Merged in refund_system (pull request #411)
Refund system
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/account_move.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml
index 1b477c6d..c88effd5 100644
--- a/indoteknik_custom/views/account_move.xml
+++ b/indoteknik_custom/views/account_move.xml
@@ -39,6 +39,7 @@
</field>
<field name="ref" position="after">
<field name="sale_id" readonly="1" attrs="{'invisible': ['|', ('move_type', '!=', 'entry'), ('has_refund_so', '=', True)]}"/>
+ <field name="refund_id" readonly="1" attrs="{'invisible': ['|', ('move_type', '!=', 'entry'), ('has_refund_so', '=', False)]}"/>
<field name="refund_so_links" readonly="1" widget="html" attrs="{'invisible': ['|', ('move_type', '!=', 'entry'), ('has_refund_so', '=', False)]}"/>
<field name="has_refund_so" invisible="1"/>
</field>