diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-28 14:53:27 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-28 14:53:27 +0700 |
| commit | 7a356e16bf338a5dce36d95abe74ed740562e30f (patch) | |
| tree | ce36eddac42b09190cc37cdd293aa6e29dc881ba /indoteknik_custom/views/account_move.xml | |
| parent | 08508e14d6697d8c05316b31a39b9ce6fd305665 (diff) | |
| parent | 84c8e3f8494971a26ed8e303d8584a3caaaa5859 (diff) | |
Merge remote-tracking branch 'origin/odoo-backup' into odoo-backup
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 59e89210..9b1c791b 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -36,7 +36,7 @@ <!-- <field name="purchase_order_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'in_invoice')]}"/> --> </field> <field name="ref" position="after"> - <field name="sale_id" readonly="1" attrs="{'invisible': ['|', ('move_type', '!=', 'entry')]}"/> + <field name="sale_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'entry')]}"/> <!-- <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> |
