mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] Remove picking_id from default_get as model does not define it
This commit is contained in:
committed by
JasminSForgeFlow
parent
89928a2e8a
commit
037e4b0914
@@ -22,7 +22,6 @@ class RmaAddStockMove(models.TransientModel):
|
||||
rma = rma_obj.browse(rma_id)
|
||||
res['rma_id'] = rma.id
|
||||
res['partner_id'] = rma.partner_id.id
|
||||
res['picking_id'] = False
|
||||
res['move_ids'] = False
|
||||
return res
|
||||
|
||||
|
||||
Reference in New Issue
Block a user