← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~therp-nl/ocb-addons/7.0-lp1083077 into lp:ocb-addons

 

Holger Brunn (Therp) has proposed merging lp:~therp-nl/ocb-addons/7.0-lp1083077 into lp:ocb-addons.

Requested reviews:
  OpenERP Community Backports Team (ocb)
Related bugs:
  Bug #1083077 in OpenERP Community Backports (Addons): "[sale_stock ] sale line properties missing on a procurement"
  https://bugs.launchpad.net/ocb-addons/+bug/1083077

For more details, see:
https://code.launchpad.net/~therp-nl/ocb-addons/7.0-lp1083077/+merge/198062
-- 
https://code.launchpad.net/~therp-nl/ocb-addons/7.0-lp1083077/+merge/198062
Your team OpenERP Community Backports Team is requested to review the proposed merge of lp:~therp-nl/ocb-addons/7.0-lp1083077 into lp:ocb-addons.
=== modified file 'sale_stock/sale_stock.py'
--- sale_stock/sale_stock.py	2013-11-20 16:10:51 +0000
+++ sale_stock/sale_stock.py	2013-12-06 14:09:33 +0000
@@ -303,6 +303,7 @@
                     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,


Follow ups