Skip to content
Snippets Groups Projects
Commit 25ae2416 authored by Denis Roussel's avatar Denis Roussel
Browse files

[FIX] stock: Don't take into account canceled moves to check for backorder


Do a transfer in two steps with several move lines (e.g.: Vendors => Input => Stock).

In the first picking, set quantity = 0 on a single line. Transfer it and say 'No backorder'.

In the second picking, set all quantities (you have two move lines confirmed and one canceled). Validate the
transfer. The backorder wizard is launched. It should not.

closes odoo/odoo#66122

Signed-off-by: default avatarArnold Moyaux <amoyaux@users.noreply.github.com>
parent a723bcbe
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