diff options
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"/> |
