diff options
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 4ecd484b..7aa66a6a 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -17,7 +17,7 @@ <field name="note_logistic" optional="hide"/> </field> <field name="partner_id" position="after"> - <field name="purchase_representative"/> + <field name="purchase_representative_id"/> </field> </field> </record> @@ -57,6 +57,7 @@ <field name="real_shipping_id"/> </field> <field name="origin" position="after"> + <field name="purchase_representative_id"/> <field name="date_doc_kirim"/> <field name="summary_qty_operation"/> <field name="count_line_operation"/> |
