diff --git a/README.md b/README.md index 02c1f058f..cc853204f 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ addon | version | maintainers | summary [stock_mts_mto_rule](stock_mts_mto_rule/) | 16.0.1.0.1 | | Add a MTS+MTO route [stock_packaging_calculator](stock_packaging_calculator/) | 16.0.1.0.1 | | Compute product quantity to pick by packaging [stock_packaging_calculator_packaging_level](stock_packaging_calculator_packaging_level/) | 16.0.1.0.0 | | Glue module for packaging level +[stock_picking_batch_packaging_qty](stock_picking_batch_packaging_qty/) | 16.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Add packaging fields in stock picking batch [stock_picking_commercial_partner](stock_picking_commercial_partner/) | 16.0.1.0.0 | | Add Commercial Partner on the Stock Picking [stock_picking_procure_method](stock_picking_procure_method/) | 16.0.1.0.0 | | Allows to force the procurement method from the picking [stock_picking_product_interchangeable](stock_picking_product_interchangeable/) | 16.0.1.0.0 | [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](https://github.com/CetmixGitDrone) | Stock Picking Product Interchangeable diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 6da905504..fdc2144f6 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240321.0 \ No newline at end of file +16.0.20240421.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f21faa39c..75b72d186 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -33,6 +33,7 @@ setuptools.setup( 'odoo-addon-stock_mts_mto_rule>=16.0dev,<16.1dev', 'odoo-addon-stock_packaging_calculator>=16.0dev,<16.1dev', 'odoo-addon-stock_packaging_calculator_packaging_level>=16.0dev,<16.1dev', + 'odoo-addon-stock_picking_batch_packaging_qty>=16.0dev,<16.1dev', 'odoo-addon-stock_picking_commercial_partner>=16.0dev,<16.1dev', 'odoo-addon-stock_picking_procure_method>=16.0dev,<16.1dev', 'odoo-addon-stock_picking_product_interchangeable>=16.0dev,<16.1dev', diff --git a/stock_picking_batch_packaging_qty/README.rst b/stock_picking_batch_packaging_qty/README.rst index 59e840633..c0e8433dd 100644 --- a/stock_picking_batch_packaging_qty/README.rst +++ b/stock_picking_batch_packaging_qty/README.rst @@ -7,7 +7,7 @@ Stock Batch Packaging Qty !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e218c233fb4d5484d9187b62ec1994aa29278a35a8df7d63a76f5f5632c335a3 + !! source digest: sha256:6a22dabf5c574dadc26dd0e2f756f90b69f978a6393d8a7bf6de8fbfc62acc63 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_picking_batch_packaging_qty/__manifest__.py b/stock_picking_batch_packaging_qty/__manifest__.py index 803c460cb..cae5bfd8e 100644 --- a/stock_picking_batch_packaging_qty/__manifest__.py +++ b/stock_picking_batch_packaging_qty/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Batch Packaging Qty", "summary": "Add packaging fields in stock picking batch", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "Moduon, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Warehouse", diff --git a/stock_picking_batch_packaging_qty/static/description/index.html b/stock_picking_batch_packaging_qty/static/description/index.html index 16a9b2c97..5753fad78 100644 --- a/stock_picking_batch_packaging_qty/static/description/index.html +++ b/stock_picking_batch_packaging_qty/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e218c233fb4d5484d9187b62ec1994aa29278a35a8df7d63a76f5f5632c335a3 +!! source digest: sha256:6a22dabf5c574dadc26dd0e2f756f90b69f978a6393d8a7bf6de8fbfc62acc63 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Add packaging fields in tree views inside picking batch.