[fix] stock: stray paren leftover in product
authorXavier Morel <xmo@tinyerp.com>
Wed, 24 Feb 2010 15:37:23 +0000 (16:37 +0100)
committerXavier Morel <xmo@tinyerp.com>
Wed, 24 Feb 2010 15:37:23 +0000 (16:37 +0100)
bzr revid: xmo@tinyerp.com-20100224153723-8dvgkbu6mvn0lek3

addons/stock/product.py

index 1210060..c67b0c3 100644 (file)
@@ -126,7 +126,6 @@ class product_product(osv.osv):
                 'group by product_id,product_uom',
                 (tuple(location_ids), tuple(location_ids), tuple(ids),
                  tuple(states)) + date_args)
-            )
             results2 = cr.fetchall()
         uom_obj = self.pool.get('product.uom')
         uoms = map(lambda x: x[2], results) + map(lambda x: x[2], results2)