remove pudb

This commit is contained in:
Nicolas Seinlet 2014-08-07 13:02:34 +02:00 committed by Josse Colpaert
parent a0670b5b99
commit 2bd1ec9e6b
1 changed files with 1 additions and 2 deletions

View File

@ -200,8 +200,7 @@ class stock_picking(osv.osv):
saleorder_model = self.pool['sale.order']
context = context or {}
todo = {}
import pudb
pudb.set_trace()
for picking in self.browse(cr, uid, ids, context=context):
#grouping is based on the invoiced partner
if group: