diff --git a/README.md b/README.md index 87cdb50a5a85..31b44ea7cf71 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ addon | version | maintainers | summary [stock_picking_product_link](stock_picking_product_link/) | 14.0.1.0.0 | [![robinkeunen](https://github.com/robinkeunen.png?size=30px)](https://github.com/robinkeunen) | Adds a "Product" smart button on stock pickings. [stock_picking_progress](stock_picking_progress/) | 14.0.1.2.1 | [![mmequignon](https://github.com/mmequignon.png?size=30px)](https://github.com/mmequignon) [![JuMiSanAr](https://github.com/JuMiSanAr.png?size=30px)](https://github.com/JuMiSanAr) | Compute the stock.picking progression [stock_picking_purchase_order_link](stock_picking_purchase_order_link/) | 14.0.1.0.1 | | Link between picking and purchase order +[stock_picking_putinpack_restriction](stock_picking_putinpack_restriction/) | 14.0.1.0.0 | | Adds a restriction on transfer type to force or disallow the use of destination package. [stock_picking_quick](stock_picking_quick/) | 14.0.1.0.5 | [![PierrickBrun](https://github.com/PierrickBrun.png?size=30px)](https://github.com/PierrickBrun) [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Quick Stock Picking [stock_picking_reallocation](stock_picking_reallocation/) | 14.0.1.0.0 | | Allow to reallocate moves from a picking to several pickings. [stock_picking_restrict_cancel_with_orig_move](stock_picking_restrict_cancel_with_orig_move/) | 14.0.1.0.1 | | Restrict cancellation of dest moves according to origin. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 06d3ddc3f291..94d7279e634d 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20231128.0 \ No newline at end of file +14.0.20231204.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 016fc4d05fbe..f7eb0c55d20b 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -62,6 +62,7 @@ 'odoo14-addon-stock_picking_product_link', 'odoo14-addon-stock_picking_progress', 'odoo14-addon-stock_picking_purchase_order_link', + 'odoo14-addon-stock_picking_putinpack_restriction', 'odoo14-addon-stock_picking_quick', 'odoo14-addon-stock_picking_reallocation', 'odoo14-addon-stock_picking_restrict_cancel_with_orig_move', diff --git a/stock_picking_putinpack_restriction/README.rst b/stock_picking_putinpack_restriction/README.rst index ac33921644f5..8ae323acee03 100644 --- a/stock_picking_putinpack_restriction/README.rst +++ b/stock_picking_putinpack_restriction/README.rst @@ -7,7 +7,7 @@ Stock Picking Put In Pack Restriction !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ee49c362ed96e4f9806150a644d2cfdfe673c84a4eedd0c6993eb884a6154916 + !! source digest: sha256:8749fad347dea64adcda5b036cdee36e586df820fd99963440ebc1e5c42c73b2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -65,6 +65,7 @@ Authors ~~~~~~~ * Camptocamp +* BCIM Contributors ~~~~~~~~~~~~ diff --git a/stock_picking_putinpack_restriction/static/description/icon.png b/stock_picking_putinpack_restriction/static/description/icon.png new file mode 100644 index 000000000000..3a0328b516c4 Binary files /dev/null and b/stock_picking_putinpack_restriction/static/description/icon.png differ diff --git a/stock_picking_putinpack_restriction/static/description/index.html b/stock_picking_putinpack_restriction/static/description/index.html index 395274334552..d6a44da13800 100644 --- a/stock_picking_putinpack_restriction/static/description/index.html +++ b/stock_picking_putinpack_restriction/static/description/index.html @@ -367,7 +367,7 @@

Stock Picking Put In Pack Restriction

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ee49c362ed96e4f9806150a644d2cfdfe673c84a4eedd0c6993eb884a6154916 +!! source digest: sha256:8749fad347dea64adcda5b036cdee36e586df820fd99963440ebc1e5c42c73b2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds an option on stock operation type to force or disallow the use of destination pacakges.

@@ -411,6 +411,7 @@

Credits

Authors