Skip to content

Latest commit

 

History

History

delivery_estimated_package_quantity_by_weight

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Delivery Estimated Package Quantity By Weight

Beta License: AGPL-3 OCA/delivery-carrier Translate me on Weblate Try me on Runboat

This module computes the amount of packages a picking out should have depending on the weight of the products and the limit fixed by the carrier. It's fully independent of the delivery_package_number module.

A warning is given if the number of packages for the picking out is above what is considered as the theoretical number of packages for this picking and the chosen carrier. The goal is to minimize the number of packages billed by the carrier.

The chosen strategy for the theoretical number of packages is as follow:
  • Split the product_weights into as many items as we have
  • Try to fit the heaviest product with the lightest. If it does not work then the heaviest should have a box for itself
  • While the weight of products does not exceed the limit, continue adding products in the same package

Table of contents

Here are some limitations of the module:
  • Product packagings are not supported
  • Multiple package types having different max weight for a shipping method are not supported

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.

  • ACSONE SA/NV

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/delivery-carrier project on GitHub.

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