105
105
product_name = row.cells[1].data
109
product_ids = product_obj.search(cr, uid, [('name', '=', product_name)], context=context)
118
107
raise osv.except_osv(_('Error'), _('The Product [%s] %s was not found in the list of the products') % (product_code or '', product_name or ''))