Skip to content

Commit

Permalink
[FIX]sale_stock:property_ids added
Browse files Browse the repository at this point in the history
  • Loading branch information
kbh at tinyerp authored and Stefan Rijnhart committed Jul 2, 2014
1 parent 647bcae commit 8dd9802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/sale_stock/sale_stock.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ 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 8dd9802

Please sign in to comment.