-
-
Notifications
You must be signed in to change notification settings - Fork 206
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][IMP] rma_sale: Display the allowed quantity to return in the RMA wizard #407
base: 16.0
Are you sure you want to change the base?
Conversation
Hi @chienandalu, |
9d8d8b4
to
eb0bede
Compare
eb0bede
to
3d98a44
Compare
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.
LGTM (code review + functional tests)
3d98a44
to
c3aba07
Compare
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.
Can you perform the same in the stock picking return ?
You can also create RMAs from there
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.
If you change the product in the wizard line, the allowed quantity is not recomputed.
As the check on the wizard validation is on the allowed quantity of the lines, it is not ensuring properly the constraint (as you may have changed the product).
If you add a line in the wizard and select a product, the allowed quantity is not recomputed.
- Display the allowed quantity to return - Simplify data encoding by adding a button to select/deselect all lines - Ensure that the quantity to return is always less than or equal to the allowed quantity
c3aba07
to
2813e81
Compare
fixes: #406