diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-23 15:04:57 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-23 15:04:57 +0700 |
| commit | 901ab091308ec3d575014a7c0540a0cf544702b7 (patch) | |
| tree | ad7caf6c9c71d37635df8e6253d81d3d93cd885c /indoteknik_custom/views/account_move.xml | |
| parent | 9206062d88d5c243351d334cb8ade3ddc51d22ff (diff) | |
add new ir_sequence for account move
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index f505ef9d..606a8b24 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -53,6 +53,10 @@ </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')]}"> |
