Skip to content

[ADD] stock_picking_putaway_recompute_cron: periodically recompute putaways#2144

Open
nicolas-delbovier-acsone wants to merge 4 commits intoOCA:16.0from
acsone:16.0-add-stock-picking-putaway-recompute-cron
Open

[ADD] stock_picking_putaway_recompute_cron: periodically recompute putaways#2144
nicolas-delbovier-acsone wants to merge 4 commits intoOCA:16.0from
acsone:16.0-add-stock-picking-putaway-recompute-cron

Conversation

@nicolas-delbovier-acsone
Copy link
Copy Markdown

Stock movements sometimes fail to get a valid destination location when putaway rules cannot find an available or empty storage spot.

The OCA module stock_picking_putaway_recompute provides a feature to manually trigger a putaway recomputation. This extension automates that process by creating a scheduled job to recompute putaways periodically and automatically, eliminating the need for manual intervention.


This PR is based on: #1740

@lmignon
Copy link
Copy Markdown
Contributor

lmignon commented Nov 7, 2025

@nicolas-delbovier-acsone Can you rebase your branch since #1740 is merged?

@rousseldenis rousseldenis added this to the 16.0 milestone Nov 13, 2025
@rousseldenis
Copy link
Copy Markdown
Contributor

@nicolas-delbovier-acsone Could you remove temp requirements ? Thanks

…icking_id

In certain edge cases,
stock move lines may exist in the database without a valid link to a
picking.

The putaway computation logic expects a `picking_id` to be present.
Without it, the cron fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants