-
- Downloads
[FIX] stock_dropshipping: do not merge PO lines coming from a SO
Fine tuning of commit b9e3c153, for the same use-case. The route may not be passed in values, in which case the bug is still present. There are two ways to go around that. We could add the stock.rule in values, which contains the route. The solution we adopt here is to use the sale_line_id field on the purchase line If it is present, it was added through _prepare_purchase_order_line, and thus we want to keep track of the origin. opw 1957701 closes odoo/odoo#32683 Signed-off-by:Nans Lefebvre (len) <len@odoo.com>
Please register or sign in to comment