diff --git a/stock_pull_list/README.rst b/stock_pull_list/README.rst index bd4bd99eb..9f25c3a18 100644 --- a/stock_pull_list/README.rst +++ b/stock_pull_list/README.rst @@ -7,7 +7,7 @@ Stock Pull List !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3f5551b2c0bfca554b8cfc167d2d7d6524b584b650bb6ff4132cfc1de43a15cb + !! source digest: sha256:c135c158fd70fcb9e74d715a2034e7ce34212a8917afcea30537c345bfcb23aa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png @@ -54,6 +54,11 @@ To use the module follow the next steps: groups. #. Click on *Procure*. +Wizard can be also launched through a server action on multiple transfers; this is to allow user to select with ease which transfers to include in the pull list. Please note that: + +#. To select a transfer to be included in pull list through server action, you first need to go to its operation type and enable field "Allow pull list server action". +#. Only transfers with the same Source Location can be selected at one time. + Known issues / Roadmap ====================== diff --git a/stock_pull_list/__manifest__.py b/stock_pull_list/__manifest__.py index 778f76b94..ecfadaa03 100644 --- a/stock_pull_list/__manifest__.py +++ b/stock_pull_list/__manifest__.py @@ -5,7 +5,7 @@ "name": "Stock Pull List", "summary": "The pull list checks the stock situation and calculates " "needed quantities.", - "version": "14.0.1.1.2", + "version": "14.0.1.2.0", "license": "AGPL-3", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "ForgeFlow, " "Odoo Community Association (OCA)", diff --git a/stock_pull_list/static/description/index.html b/stock_pull_list/static/description/index.html index c39ee601a..fda5320a9 100644 --- a/stock_pull_list/static/description/index.html +++ b/stock_pull_list/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3f5551b2c0bfca554b8cfc167d2d7d6524b584b650bb6ff4132cfc1de43a15cb +!! source digest: sha256:c135c158fd70fcb9e74d715a2034e7ce34212a8917afcea30537c345bfcb23aa !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
The pull list checks the stock situation at the given location and calculates @@ -404,6 +404,11 @@ Only for development or testing purpose, do not use in production. groups.
Wizard can be also launched through a server action on multiple transfers; this is to allow user to select with ease which transfers to include in the pull list. Please note that:
+