-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
purchase_sale_inter_company: fix validation of several picking. self can have more than one record #523
Conversation
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.
Code review LGTM, thank you!
@sebastienbeau since we put some effort in writing tests for #507 , can I ask you to increase coverage for this fix too? Thank you! |
67bbdf0
to
224cdc5
Compare
@francesco-ooops, I have added the test and done a rebase, it's should be ready for the merge, it's ok for you ? |
…can have more than one record
224cdc5
to
10f1712
Compare
This PR has the |
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 91f12da. Thanks a lot for contributing to OCA. ❤️ |
If you try to validate more then one picking.
It will raise an error.
Refactor the code to fix the incompatibility, and clean it to make it simplier and more readable
Fix pr : #507