mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[fix] oops
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user