Skip to Content
Menu
v 16.0 Third Party 27
Download for v 16.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Discuss (mail)
Invoicing (account)
Community Apps Dependencies
Lines of code 556
Technical Name sale_product_packaging_container_deposit
LicenseAGPL-3
Websitehttps://github.com/OCA/sale-workflow
You bought this module and need support? Click here!

Sale Product Packaging Container Deposit

Beta License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runboat

This module allows you to add product packaging to an order automatically. Based on the order line quantity with associated packaging, the quantity of product packaging is calculated and added to the order.

Hypothesis:

  • package type “Pack of 12” has the container deposit “pack of 12”
  • package type “Pack of 24” has the container deposit “pack of 24”
  • package type “EUROPAL” has the container deposit “EU pallet”
Product A has those packaging:
package type package level qty
Pack of 12 PACK 12
Pack of 24 Pack 24
EUROPAL PALLET 240

Order Line:

  • Case 1: Product A | qty = 280. Result:
    • 280 // 240 = 1 => add order line for 1 EU pallet
    • 280 // 24 (biggest PACK) => add SO line for 11 pack of 24
  • Case 2: Product A | qty = 280 and packaging=Pack of 12. Result:
    • 280 // 240 =1 => add order line for 1 EU pallet
    • 280 // 12 (forced packaging for PACK) => add order line for 23 pack of 12
  • Case 3: Product A & Product B. Both have a deposit of 1 pack of 24
    • only one line for 2 pack of 24

Table of contents

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Camptocamp
  • BCIM

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/sale-workflow project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.