diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-30 13:48:19 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-01-30 13:48:19 +0700 |
| commit | b0152e913e55d4061abe1a0e96c558f62a99a830 (patch) | |
| tree | b3b4c39f6435d05b4c016b869109699fc7f4eefd /indoteknik_custom/views | |
| parent | 2ceef7e7e73a91ee513787071ba4537c7c263349 (diff) | |
cr on account move line and add tracking on shipping paid by and shipping covered by on sale order
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 36b292e8..50a34e11 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -137,6 +137,9 @@ {'column_invisible': [('parent.move_type', '!=', 'in_invoice')]} </attribute> </field> + <field name="product_id" position="before"> + <field name="line_no" optional="hide"/> + </field> <field name="invoice_incoterm_id" position="after"> <field name="date_terima_tukar_faktur"/> </field> |
