[FIX] product.pricelist: leftover undefined variable from pricelist refactoring at revid:fp@tinyerp.com-20131206221809-x1muf0wonl4ated0

bzr revid: odo@openerp.com-20140212175224-wd9etr8xyrg6l0oz
This commit is contained in:
Olivier Dony 2014-02-12 18:52:24 +01:00
parent bbd813e76e
commit 652c574866
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ class product_pricelist(osv.osv):
if price:
if 'uom' in context and not uom_price_already_computed:
product = products_dict[product.id]
uom = product.uos_id or product.uom_id
price = product_uom_obj._compute_price(cr, uid, uom.id, price, context['uom'])