diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-16 15:53:18 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-16 15:53:18 +0700 |
| commit | e9b015ed70aff6f43058b57466d648d6e8d1891a (patch) | |
| tree | 8358f7e4b19ed74420ad0f3cc851ba9f51b03bc3 | |
| parent | f6ff283a44e321f63822dbb2d302d3f3cb07baf5 (diff) | |
invisible field other subtotal
| -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 e08c8a29..36b292e8 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -60,7 +60,7 @@ <field name="flag_delivery_amt"/> </field> <field name="amount_untaxed" position="after"> - <field name="other_subtotal"/> + <field name="other_subtotal" invisible="1"/> </field> <notebook position="inside"> <page string="Due Extension" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"> |
