[fix] oops

This commit is contained in:
Lorenzo Battistini
2013-05-13 10:04:04 +02:00
parent 3b32a6a29d
commit 7be0b7aef6

View File

@@ -250,7 +250,6 @@ class stock_picking(orm.Model):
'price_currency_id': product_currency})
def do_partial(self, cr, uid, ids, partial_datas, context=None):
import pdb; pdb.set_trace()
if context is None:
context = {}
prod_obj = self.pool.get('product.product')