[FIX] stock: `partner_id` field in incoming products list

`partner_id` is not the `supplier` of the stock move,
this is the destination address:
`Optional address where goods are to be delivered,
specifically used for allotment`.

The supplier would be a related to the `partner_id`
of the `picking_id`.

Nevertheless, displaying the `supplier` in the `stock.move` list
is not useful. You should use the pickign list for that matter.

opw-656985
Closes #9219
This commit is contained in:
Denis Ledoux 2015-11-20 11:24:02 +01:00
parent c6d6ae8aec
commit 8590f0445f
1 changed files with 0 additions and 1 deletions

View File

@ -1192,7 +1192,6 @@
<field name="date" widget="date"/>
<field name="picking_id" string="Reference" invisible="1"/>
<field name="origin"/>
<field name="partner_id" string="Supplier"/>
<field name="product_id"/>
<field name="product_uom_qty"/>
<field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>