-
Notifications
You must be signed in to change notification settings - Fork 245
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
[15.0][IMP] fieldservice_stock: Compute move_ids from related pickings #1296
[15.0][IMP] fieldservice_stock: Compute move_ids from related pickings #1296
Conversation
Hi @max3903, @smangukiya, @wolfhall, @brian10048, |
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 and tested in runboat
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!
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, tested in runboat
This PR has the |
Hi @max3903, could you review if this is ready to merge when you have a moment please? Thank you! |
/ocabot merge patch |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at cbcc326. Thanks a lot for contributing to OCA. ❤️ |
When linking a stock picking with an FSM order, the
move_ids
in the Inventory tab of the related FSM order are not displayed. This IMP aims to compute thesemove_ids
directly from the associated pickings.cc https://github.com/APSL 165722
@miquelalzanillas @lbarry-apsl @mpascuall @peluko00 @javierobcn @BernatObrador please review