-
-
Notifications
You must be signed in to change notification settings - Fork 661
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] stock_picking_invoice_link: Avoid doble compute picking_count #1636
[16.0][FIX] stock_picking_invoice_link: Avoid doble compute picking_count #1636
Conversation
Thanks @Segui-S73! |
/ocabot merge patch |
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.
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.
👍
Is this present in other versions?
Yes it is 😞
Hey, thanks for contributing! Proceeding to merge this for you. |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 6556f40. Thanks a lot for contributing to OCA. ❤️ |
@pedrobaeza your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-1636-by-pedrobaeza-bump-patch. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
Sorry for the double merging command. I cancelled mine. |
After the change added in the commit [FIX] stock_picking_invoice_link: Avoid inconsistent computes the picking_count field is being calculated twice.
This generates a strange interaction with the "payment.return" when confirming in which it checks if the generated account.move is balanced ahead of time and prevents it from being created.