-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][FIX] rma: fix returned quantity in picking return wizard #420
base: 16.0
Are you sure you want to change the base?
Conversation
Hi @chienandalu, @pedrobaeza, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK, this provokes some side effects in the "assign" method, not letting to fetch quants freely, but not sure if it applies here. Check also the effect in the delivered quantity, forecast, and so on.
Quant reservation is restricted by the original move when the source location is internal. However, this restriction is not applied if the source location is a supplier location. For the quantities on the sale order, a move is considered only if it's linked to the sale line. BTW, I pushed a commit to allow this link if we want to have a standard refund after RMA reception. |
What happens if you have RMA reception in several steps? I think this won't be correct in that case. |
I will add a test to be sure |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
fixes: #418