Skip to content

Commit

Permalink
[MRG] fix Bug #1291903: sale_stock: property_ids set on procurement.o…
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and Stefan Rijnhart committed Jul 2, 2014
1 parent 0359470 commit 99eee78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/sale_stock/sale_stock.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ def _prepare_order_line_procurement(self, cr, uid, order, line, move_id, date_pl
or line.product_uom.id,
'location_id': order.shop_id.warehouse_id.lot_stock_id.id,
'procure_method': line.type,
'property_ids': [(6, 0, [l.id for l in line.property_ids])],
'move_id': move_id,
'company_id': order.company_id.id,
'note': line.name,
Expand Down

0 comments on commit 99eee78

Please sign in to comment.