[FIX] duplication of MO

bzr revid: nel@tinyerp.com-20120719110323-y6mw38kedofd660e
This commit is contained in:
Najlaâ 2012-07-19 13:03:23 +02:00
parent 8bb62ac934
commit a38a913fce
1 changed files with 2 additions and 1 deletions

View File

@ -514,7 +514,8 @@ class mrp_production(osv.osv):
'move_created_ids' : [],
'move_created_ids2' : [],
'product_lines' : [],
'picking_id': False
'move_prod_id' : False,
'picking_id' : False
})
return super(mrp_production, self).copy(cr, uid, id, default, context)