Commit 638f7b41 by 夏超

[fix] 上推领料单数据修改

parent abac60f5
......@@ -69,7 +69,7 @@ class InheritRokeWorkstationPicking(RokeWorkstationPicking):
for row in rows_data:
product = http.request.env["roke.product"].sudo().search([("code", "=", row.get("wlbh", ""))], limit=1)
line_data.append({
"pt_demand_id": product.id,
"pt_demand_id": False,
"task_id": v.id,
"picking_type_id": picking_type_id.id,
"material_id": product.id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment