Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 08:42:50
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Mmequignon
Odoo dependencies
Python dependencies
openupgradelib
System dependencies
None
Required by
None
Description
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.

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…