diff --git a/README.md b/README.md index 6b5f15db18ac..ed220ff4661e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ addon | version | maintainers | summary [stock_orderpoint_purchase_link](stock_orderpoint_purchase_link/) | 14.0.1.1.0 | | Link Reordering rules to purchase orders [stock_orderpoint_route](stock_orderpoint_route/) | 14.0.1.1.1 | | Allows to force a route to be used when procuring from orderpoints [stock_orderpoint_uom](stock_orderpoint_uom/) | 14.0.1.0.0 | | Allows to create procurement orders in the UoM indicated in the orderpoint -[stock_packaging_calculator](stock_packaging_calculator/) | 14.0.1.3.0 | | Compute product quantity to pick by packaging +[stock_packaging_calculator](stock_packaging_calculator/) | 14.0.1.3.1 | | Compute product quantity to pick by packaging [stock_packaging_calculator_packaging_type](stock_packaging_calculator_packaging_type/) | 14.0.1.0.0 | | Glue module for packaging type [stock_picking_cancel_confirm](stock_picking_cancel_confirm/) | 14.0.1.0.1 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Stock Picking Cancel Confirm [stock_picking_procure_method](stock_picking_procure_method/) | 14.0.1.0.0 | | Allows to force the procurement method from the picking diff --git a/stock_packaging_calculator/README.rst b/stock_packaging_calculator/README.rst index 11b10105ad70..c14ac9251f4e 100644 --- a/stock_packaging_calculator/README.rst +++ b/stock_packaging_calculator/README.rst @@ -7,7 +7,7 @@ Stock packaging calculator !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5b768a91b6d0ed10b123bc47f465bd37bc95fdff6b21954759b0260d66cc99db + !! source digest: sha256:5e0d9348c9f72dea84fcc5b1e262af69094025e7dd91a469ef215b0e015b6dbb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_packaging_calculator/__manifest__.py b/stock_packaging_calculator/__manifest__.py index ac235cceba69..453c480a9edc 100644 --- a/stock_packaging_calculator/__manifest__.py +++ b/stock_packaging_calculator/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock packaging calculator", "summary": "Compute product quantity to pick by packaging", - "version": "14.0.1.3.0", + "version": "14.0.1.3.1", "development_status": "Beta", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", diff --git a/stock_packaging_calculator/static/description/index.html b/stock_packaging_calculator/static/description/index.html index d5d90ac9dc2f..7291667a1739 100644 --- a/stock_packaging_calculator/static/description/index.html +++ b/stock_packaging_calculator/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Stock packaging calculator

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5b768a91b6d0ed10b123bc47f465bd37bc95fdff6b21954759b0260d66cc99db +!! source digest: sha256:5e0d9348c9f72dea84fcc5b1e262af69094025e7dd91a469ef215b0e015b6dbb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

Basic module providing an helper method to calculate the quantity of product by packaging.