[16.0][IMP] stock_location_orderpoint: Cancel fulfilled replenishment moves - #91
Open
lmignon wants to merge 2 commits into
Open
[16.0][IMP] stock_location_orderpoint: Cancel fulfilled replenishment moves#91lmignon wants to merge 2 commits into
lmignon wants to merge 2 commits into
Conversation
Contributor
|
Hi @mt-software-de, |
lmignon
force-pushed
the
16.0-stock_location_orderpoint-auto_cancel-lmi
branch
2 times, most recently
from
July 23, 2026 10:05
23d55d3 to
06fd965
Compare
lmignon
commented
Jul 23, 2026
Comment on lines
+851
to
+856
| return [ | ||
| ("location_orderpoint_id", "=", self.id), | ||
| ("product_id", "in", products.ids), | ||
| ("picking_id.printed", "=", False), | ||
| ("state", "not in", ("done", "cancel")), | ||
| ] |
Contributor
Author
There was a problem hiding this comment.
@jbaudoux To be discussed.... could be
[
("location_orderpoint_id", "=", self.id),
("product_id", "in", products.ids),
("state", "not in", ("assigned", "done", "cancel")),
]
lmignon
force-pushed
the
16.0-stock_location_orderpoint-auto_cancel-lmi
branch
from
July 23, 2026 14:58
f08e1b5 to
7642cae
Compare
2 tasks
lmignon
marked this pull request as draft
July 24, 2026 06:16
lmignon
force-pushed
the
16.0-stock_location_orderpoint-auto_cancel-lmi
branch
2 times, most recently
from
July 24, 2026 11:24
9f4fbea to
2c0ec58
Compare
lmignon
marked this pull request as ready for review
July 24, 2026 12:08
when demand becomes zero, and re-run replenishment for the impacted products.
assertDictContainsSubset is deprecated
lmignon
force-pushed
the
16.0-stock_location_orderpoint-auto_cancel-lmi
branch
from
July 27, 2026 06:54
2c0ec58 to
5060940
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
when demand becomes zero, and re-run replenishment for the impacted products.