-
-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[17.0][MIG] stock_picking_volume_packaging.
- Loading branch information
1 parent
dd18ecf
commit c88e94d
Showing
10 changed files
with
103 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
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,4 @@ | ||
- Laurent Mignon \<<laurent.mignon@acsone.eu>\> (<http://acsone.eu>) | ||
- Guewen Baconnier \<<guewen.baconnier@camptocamp.eu>) | ||
(<http://www.camptocamp.com>) | ||
- Murtaza Mithaiwala \<<murtaza.m.serpentcs@gmail.com>/> |
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...cking_volume_packaging/readme/CREDITS.rst → ...icking_volume_packaging/readme/CREDITS.md
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
The development of this module has been financially supported by: | ||
|
||
* ACSONE SA/NV | ||
* Alcyon Benelux | ||
* Camptocamp | ||
- ACSONE SA/NV | ||
- Alcyon Benelux | ||
- Camptocamp |
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,22 @@ | ||
This modules improves the way the volume is computed on a stock.move by | ||
taking into account the volume of the potential product packaging that | ||
can be picked to fulfill the move. | ||
|
||
The potential packaging that can be picked for a move are computed by | ||
the module *stock\_packaging\_calculator*. Thanks to this module we can | ||
compute the best distribution of the packaging to uses to fulfill a | ||
specific quantity of a product. (This information is important for the | ||
picking operators to minimize the number of manipulations to do. Even if | ||
this information is not available into the Odoo UI, The *Shopfloor* | ||
addon takes advantage of it to propose the best picking strategy to the | ||
user). | ||
|
||
By default the volume information is not available on the product | ||
packaging. Hopefully the module *product\_packaging\_dimension* provides | ||
this information. | ||
|
||
Since the volume information is not a mandatory field on the product | ||
packaging when we ask for the best distribution of the packaging, | ||
packaging without volume information are ignored. In this way we ensure | ||
that the volume of the packaging is only taken into account when it's | ||
relevant otherwise we fallback on the volume of the products. |
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
...picking_volume_packaging/readme/USAGE.rst → ..._picking_volume_packaging/readme/USAGE.md
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
This modules makes sense only if you manage the volume information on | ||
your product packaging definitions. If you don't, you can ignore this module. | ||
your product packaging definitions. If you don't, you can ignore this | ||
module. |
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