-
-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] stock_picking_group_by_max_weight: Split if max weight exceed
Split moves into different pickings at assignment time if the total weight of the picking is greater than the maximum weight allowed on the picking type. Prior to this commit only new moves created after the creation of an open picking were put into a new picking upon assignment if the total weight of the picking would exceed the maximum weight allowed on the picking type. This commit improves this behavior by also splitting existing moves into different pickings after the moves have been assigned to a picking. IOW, in a post-assignment step, the system will split picking lines into different pickings when the total weight is exceeded.
- Loading branch information
Showing
7 changed files
with
118 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Empty file.
9 changes: 9 additions & 0 deletions
9
stock_picking_group_by_max_weight/readme/newsfragments/1451.feature
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Split moves into different pickings at assignment time if the total weight | ||
of the picking is greater than the maximum weight allowed on the picking type. | ||
|
||
Prior to this release only new moves created after the creation of an open picking | ||
were put into a new picking upon assignment if the total weight of the picking | ||
would exceed the maximum weight allowed on the picking type. This release improves | ||
this behavior by also splitting existing moves into different pickings after the | ||
moves have been assigned to a picking. IOW, in a post-assignment step, the system | ||
will split picking lines into different pickings when the total weight is exceeded. |
This file contains 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
This file contains 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