mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[DEL] Remove the pdb ... no comment ...
This commit is contained in:
@@ -67,7 +67,6 @@ class claim_make_picking_from_picking(orm.TransientModel):
|
||||
if context is None: context = {}
|
||||
warehouse_id = self._get_default_warehouse(cr, uid, context=context)
|
||||
warehouse_obj = self.pool.get('stock.warehouse')
|
||||
import pdb;pdb.set_trace()
|
||||
if context.get('picking_type'):
|
||||
context_loc = context.get('picking_type')[8:]
|
||||
loc_field = 'lot_%s_id' %context.get('picking_type')[8:]
|
||||
|
||||
Reference in New Issue
Block a user