[IMP] shopfloor: Allow to partially reserve in location_content_transfer - #1225
Open
rousseldenis wants to merge 1 commit into
Open
[IMP] shopfloor: Allow to partially reserve in location_content_transfer#1225rousseldenis wants to merge 1 commit into
rousseldenis wants to merge 1 commit into
Conversation
Contributor
Author
sebalix
reviewed
Jul 23, 2026
| "body": _("New move lines cannot be assigned: canceled."), | ||
| "body": _( | ||
| "Some products in the source location are already reserved. " | ||
| "It's impossible to reserve them!" |
There was a problem hiding this comment.
Suggested change
| "It's impossible to reserve them!" | |
| "It's impossible to reserve them." |
I would avoid the exclamation mark in messages returned to the user?
Author
There was a problem hiding this comment.
Yes, less pressure but we know they don't read them at all 😃
Comment on lines
+87
to
+88
| allow_reserve_only_available = fields.Boolean( | ||
| string="Allow to reserve only available quantities on source location", |
There was a problem hiding this comment.
As with location content transfer we want to move the goods, is "reserve" the right word here? Suggestion:
Suggested change
| allow_reserve_only_available = fields.Boolean( | |
| string="Allow to reserve only available quantities on source location", | |
| allow_moving_only_available = fields.Boolean( | |
| string="Allow to move only available quantities on source location", |
Author
There was a problem hiding this comment.
In fact, this is for quant quantities reservations, the 'move' is the next step :-)
lmignon
approved these changes
Jul 24, 2026
When several users are working on a content transfer (e.g.: put away from input locations), scanning the source location will result in an error as some products are already reserved. Improve also the message for the operator
rousseldenis
force-pushed
the
16.0-imp-shopfloor-location_content_availabl-dro
branch
from
July 29, 2026 09:08
1dc88ec to
d77069a
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 several users are working on a content transfer (e.g.: put away from input locations), scanning the source location will result in an error as some products are already reserved.
Improve also the message for the operator