-
-
Notifications
You must be signed in to change notification settings - Fork 714
[16.0][MIG] stock_split_picking #1107
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][MIG] stock_split_picking #1107
Conversation
Hey @ps-tubtim, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
5b22593
to
535aa6c
Compare
/ocabot migration stock_split_picking |
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.
Looks good to me
stock / stock.move.line / product_qty (float) : DEL
stock / stock.move.line / product_uom_qty (float) : DEL required
stock / stock.move.line / reserved_qty (float) : NEW isfunction: function, stored
stock / stock.move.line / reserved_uom_qty (float) : NEW required, hasdefault: default
and
stock / stock.picking / move_ids (one2many) : NEW relation: stock.move
stock / stock.picking / move_lines (one2many) : DEL relation: stock.move
cd40461
to
02d40d2
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.
Functional review
c626ca7
to
c971755
Compare
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 29.1.1)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 29.1.14)
… availability or ready to deliver
Both procurements will still be split to the sale order line. If one of the picking is canceled, the whole sale order will be in 'shipping_exception'.
when splitting a move with reservations, they have to be recomputed. code inspired from the implementation of stock_picking.rereserve_quants split the tests in travis.yml because another module is changing the states we get with only stock_split_picking installed fix a bug in stock_ownership_by_move which would cause wrong pack operations to be generated
c971755
to
88d51b4
Compare
This PR has the |
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 426d64a. Thanks a lot for contributing to OCA. ❤️ |
Standard Migration.