Skip to content

Commit

Permalink
Update openupgrade_scripts/scripts/purchase_stock/16.0.1.2/pre-migrat…
Browse files Browse the repository at this point in the history
…ion.py
  • Loading branch information
royle-vietnam authored Jul 20, 2023
1 parent 83cb90e commit 3fd0cc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _compute_purchase_order_receipt_status(env):
END as receipt_status
FROM stock_picking as sp
JOIN purchase_order_stock_picking_rel as rel
ON rel.stock_picking_id = sp.id
ON rel.stock_picking_id = sp.id
GROUP BY 1
ORDER BY 1
)
Expand Down

0 comments on commit 3fd0cc6

Please sign in to comment.