mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
Merge pull request #246 from akretion/14-fix-rma_make_picking_wizard-item-prepare
[14] Remove useless value in prepare method
This commit is contained in:
@@ -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