diff options
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index f505ef9d..1be6d118 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -50,9 +50,14 @@ <field name="date_terima_tukar_faktur"/> <field name="due_extension"/> <field name="counter"/> + <field name="nomor_kwitansi"/> </field> <field name="to_check" position="after"> <field name="already_paid"/> + <field name="so_shipping_paid_by"/> + <field name="so_shipping_covered_by"/> + <field name="so_delivery_amt"/> + <field name="flag_delivery_amt"/> </field> <notebook position="inside"> <page string="Due Extension" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"> |
