mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX] Remove useless/bad wiz_id field in rma_make_picking.wizard item preparation
This commit is contained in:
committed by
Carlos Vallés Fuster
parent
329887509c
commit
37ec3958c8
@@ -22,7 +22,6 @@ class RmaMakePicking(models.TransientModel):
|
||||
"qty_to_deliver": line.qty_to_deliver,
|
||||
"line_id": line.id,
|
||||
"rma_id": line.rma_id and line.rma_id.id or False,
|
||||
"wiz_id": self.env.context["active_id"],
|
||||
}
|
||||
return values
|
||||
|
||||
|
||||
Reference in New Issue
Block a user