63
63
proc_id = proc_obj.create(cr, uid, {
64
64
'name': _('Threshold value: %s') % (threshold.name,),
65
65
'origin': threshold.name,
67
67
'product_id': line.product_id.id,
68
68
'product_qty': line.product_qty,
69
69
'product_uom': line.product_id.uom_id.id,