diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-16 10:26:39 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-16 10:26:39 +0700 |
| commit | 27f333cc14b8673b3c46e1969736d2fb60d9924f (patch) | |
| tree | bf9ce33aa41ca2ca163dc3535eabce9d24d06e61 /indoteknik_custom/views | |
| parent | 9d2ac47a2929e7e1007baa52faf998e845e5bb0a (diff) | |
add other subtotal and cr apo
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 4cc35b6d..36b292e8 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -59,6 +59,9 @@ <field name="so_delivery_amt"/> <field name="flag_delivery_amt"/> </field> + <field name="amount_untaxed" position="after"> + <field name="other_subtotal" invisible="1"/> + </field> <notebook position="inside"> <page string="Due Extension" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"> <field name="due_line"> |
