diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-12 10:14:45 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-12 10:14:45 +0000 |
| commit | 7973c3153f852f154c04e1107206ebe90498e771 (patch) | |
| tree | ca6e1f7ba3dcc7816ca41f0797cf1205349351ce /indoteknik_custom/views | |
| parent | b5c3ba057856d5b0043225b075393842445ba468 (diff) | |
| parent | fb069315f937ea1a8a094d23f22f8314cef412a4 (diff) | |
Merged in refund_system (pull request #411)
Refund system
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 1 |
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> |
