Skip to content
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

[10.0][FIX] stock Correct assignation for 'one' picking on backorder move action_cancel #17440

Conversation

rousseldenis
Copy link
Contributor

Description of the issue/feature this PR addresses:

When you cancel a backorder move, the picking (with move_type == 'one') is not re assigned (pack operations are note recomputed.

Current behavior before PR:

  • Create a procurement that generate two chained pickings, with at least two moves, with move_type = 'one'
  • Transfer partially (e.g. one move) the first picking.
  • Cancel the backorder move.
  • The destination picking is in state 'available' but the pack operations are not well computed
  • You have to click 'Reset Operations'

Desired behavior after PR is merged:

  • Create a procurement that generate two chained pickings, with at least two moves, with move_type = 'one'
  • Transfer partially (e.g. one move) the first picking.
  • Cancel the backorder move.
  • The destination picking is in state 'available' and the operations are well generated

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

…n_cancel

When you cancel a backorder move on a picking that have a destination picking with move_type == 'one' (All at once),
the state of destination picking is 'assigned' but operation aren't computed
@rousseldenis rousseldenis force-pushed the 10.0-fix_stock_reserve_on_move_type_one-dro branch from 577b2ca to 0f15a2a Compare June 6, 2017 13:32
@mart-e mart-e added the Logistics about stock, mrp, delivery, purchase label Jun 6, 2017
@rousseldenis
Copy link
Contributor Author

@jco-odoo @tde-banana-odoo This is an old one.

@jco-odoo
Copy link
Contributor

It is logical as you wanted to wait until everything was there. That is the meaning of doing everything at once. @nim-odoo

@mart-e
Copy link
Contributor

mart-e commented Dec 31, 2019

Hello,

Thank you for your contribution but the version 10.0 is no longer supported. We only support the last 3 stable versions so no longer accepts patches into this branch.
We apology if we could not look at your request in time.
If the contribution still makes sense for the upper version, please let us know and do not hesitate to recreate one for the recent versions. We will try to check it as soon as possible.
Regards

@mart-e mart-e closed this Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Logistics about stock, mrp, delivery, purchase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants