diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-24 14:08:18 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-24 14:08:18 +0700 |
| commit | 84cbe80ad4f6f2bcb99386d92be7cc210d481dea (patch) | |
| tree | 16605b5ad2941ad59ba6642fd4ed8a9b35eb959d /indoteknik_custom/views/stock_picking.xml | |
| parent | e0d9fdcfd618332d6324c244859e9cbbf3a6a225 (diff) | |
add real shipping address in sale order and stock picking
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 1b648d58..3b150f34 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -30,6 +30,9 @@ <field name="summary_qty_detail"/> <field name="count_line_detail"/> </field> + <field name="partner_id" position="after"> + <field name="real_shipping_id"/> + </field> <field name="origin" position="after"> <field name="approval_status"/> <field name="summary_qty_operation"/> |
