Skip to content
Snippets Groups Projects
Commit 24f2e3f7 authored by PNO's avatar PNO
Browse files

[FIX] stock: Unwanted purchase orders


Currently, in a 2 step incoming shipments scenario, if we create a purchase order and duplicate the transfer that goes from Input to Stock, it will get the procure_method make_to_order.
This is a problem because an unwanted purchase order will be generated. 
As a solution, on the procure_method field of the stock.move, the copy is set to False. This is already the case in v15.

OPW-2952181

closes odoo/odoo#100012

Signed-off-by: default avatarArnold Moyaux (arm) <arm@odoo.com>
parent d11d6662
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment