diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-16 11:26:34 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-16 11:26:34 +0700 |
| commit | 97649650cde8aa0ad7df83d053e95645a448cb02 (patch) | |
| tree | 2ba321136e16295542a3fd08b274253048afbb8c | |
| parent | dc573e5c5f3922f0d0d031d616b779fa157fd679 (diff) | |
cr other_subtotal attrs
| -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 36b292e8..e08c8a29 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" invisible="1"/> + <field name="other_subtotal"/> </field> <notebook position="inside"> <page string="Due Extension" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"> |
