[FIX] sale_stock: procuremenr.order object does not have a `property_ids` field. This field is added by `mrp` module, which we do not depend of.

bzr revid: chs@openerp.com-20131112115635-tgbdeocn9awtbxkq
This commit is contained in:
Christophe Simonis 2013-11-12 12:56:35 +01:00
parent 824eddeb85
commit 6b9822626b
1 changed files with 0 additions and 1 deletions

View File

@ -306,7 +306,6 @@ class sale_order(osv.osv):
'move_id': move_id,
'company_id': order.company_id.id,
'note': line.name,
'property_ids': [(6, 0, [x.id for x in line.property_ids])],
}
def _prepare_order_line_move(self, cr, uid, order, line, picking_id, date_planned, context=None):