diff --git a/README.md b/README.md index e9ea9d2cd..4450c4ffc 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ addon | version | maintainers | summary [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 +[stock_picking_show_linked](stock_picking_show_linked/) | 16.0.1.0.0 | | This addon allows to easily access related pickings (in the case of chained routes) through a button in the parent picking view. [stock_picking_volume](stock_picking_volume/) | 16.0.1.0.3 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Compute volume information on stock moves and pickings [stock_picking_volume_packaging](stock_picking_volume_packaging/) | 16.0.1.0.1 | | Use volume information on potential product packaging to compute the volume of a stock.move [stock_product_qty_by_packaging](stock_product_qty_by_packaging/) | 16.0.1.0.0 | | Compute product quantity to pick by packaging diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index c29886409..a596b2b1f 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240314.1 \ No newline at end of file +16.0.20240314.2 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 6f6585756..71725c986 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -36,6 +36,7 @@ setuptools.setup( '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', + 'odoo-addon-stock_picking_show_linked>=16.0dev,<16.1dev', 'odoo-addon-stock_picking_volume>=16.0dev,<16.1dev', 'odoo-addon-stock_picking_volume_packaging>=16.0dev,<16.1dev', 'odoo-addon-stock_product_qty_by_packaging>=16.0dev,<16.1dev', diff --git a/stock_picking_show_linked/README.rst b/stock_picking_show_linked/README.rst index 7ba6e3a22..0c1827a36 100644 --- a/stock_picking_show_linked/README.rst +++ b/stock_picking_show_linked/README.rst @@ -2,10 +2,13 @@ Stock Picking Show Linked ========================= -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:36f378c966c99df8d9bcd34414e960231e8c0977e2ae1abcb7b8acb4b844f23e + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Stock Picking Show Linked :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_picking_show_linked + :target: https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_picking_show_linked :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_picking_show_linked + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_picking_show_linked :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/15.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module should allow a user to display, on smart buttons in a picking: @@ -41,8 +44,8 @@ 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 smashing it by providing a detailed and welcomed -`feedback `_. +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. @@ -72,6 +75,6 @@ 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/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_picking_show_linked/static/description/index.html b/stock_picking_show_linked/static/description/index.html index e5750a9e7..03f0c2c5e 100644 --- a/stock_picking_show_linked/static/description/index.html +++ b/stock_picking_show_linked/static/description/index.html @@ -1,20 +1,19 @@ - - + Stock Picking Show Linked