Ir al contenido
Menú
Se marcó esta pregunta

My product is delivered in packages of fixed sizes. Each standard package can contain a maximum of 60 units.

For example, if I need to deliver 150 units, that would require:

  • 2 full packages of 60 units each, and
  • 1 additional package with the remaining 30 units (this third package can hold up to 30 units only).

How can I achieve this packaging logic using Odoo standard version 18?

Avatar
Descartar
Mejor respuesta

Odoo treats Packages and Packaging as optional: even with default packaging defined, when packing, the system requires manual input and doesn’t auto-split quantities based on packaging rules .

 Workarounds & Solutions:

  • Manual Splitting:
    • Use multiple Put in Pack operations, manually splitting into the required quantities.
    • Impractical for large volumes (e.g., splitting 6,000 units requires repeating steps thousands of times) .
  • Use OCA Module ("Stock Packaging Usability"):
    • Lets users choose the packaging type on-the-fly during picking.
    • Improves UX by prompting for packaging on Put in Pack actions 
  • Purchase Extension for Auto-Add Packaging:
    • Module “Purchase Product Packaging Container Deposit” automatically calculates the number of required packages (examples: pack of 12, pack of 24, pallet of 240) and adds needed packaging lines in purchase orders 
    • Useful for automating packaging or deposit charges.
  • Post-Production Packaging Workflow:
    • A common practice is to complete manufacturing as unpackaged goods, then:
      • Add a dedicated “Pack” operation after production.
      • Manually create packages from output quantities.
      • Optionally assign packages when delivering to customers

Avatar
Descartar
Mejor respuesta

Hi,


To manage product packages in the Odoo, refer to the following.


https://www.youtube.com/watch?v=YW2xsQszjuI


https://www.cybrosys.com/blog/how-to-organize-and-manage-product-packaging-in-odoo-18


Hope it helps

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
jul 25
487
2
may 25
1311
2
abr 25
3631
0
abr 24
1054
1
abr 23
4163