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

[WMS][12.0] Add stock_putaway_recursive - alpha version #706

Closed

Conversation

grindtildeath
Copy link
Contributor

@grindtildeath grindtildeath commented Sep 9, 2019

This module applies putaway strategies recursively.

By default Odoo applies a putaway strategy on the destination location of a
stock move and returns the first fixed location it finds on the destination
location of the move.

With this module, if another putaway is defined on the returned fixed location,
it will be applied as well, as will be any other putaway strategy that is
defined on the next destination location that is found.

Related to #691

shelf1_putaway.write({
'product_location_ids': [(0, 0, {
'product_id': cls.product_flipover.id,
'fixed_location_id': cls.shelf2_location.id,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jgrandguillaume jgrandguillaume mentioned this pull request Sep 13, 2019
32 tasks
@max3903 max3903 added this to the 12.0 milestone Dec 31, 2019
manuelcalerosolis pushed a commit to xtendoo-corporation/stock-logistics-warehouse that referenced this pull request Oct 31, 2020
Signed-off-by LoisRForgeFlow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants