[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2023-10-09 15:27:59 +00:00
parent 4767cf8ce1
commit 6488567376
4 changed files with 14 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ addon | version | maintainers | summary
[stock_picking_volume_packaging](stock_picking_volume_packaging/) | 14.0.1.1.0 | | Use volume information on potential product packaging to compute the volume of a stock.move
[stock_procurement_group_hook](stock_procurement_group_hook/) | 14.0.1.0.0 | | Adds Hook to Procurement Group run method.
[stock_product_qty_by_packaging](stock_product_qty_by_packaging/) | 14.0.1.0.0 | | Compute product quantity to pick by packaging
[stock_pull_list](stock_pull_list/) | 14.0.1.1.2 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | The pull list checks the stock situation and calculates needed quantities.
[stock_pull_list](stock_pull_list/) | 14.0.1.2.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | The pull list checks the stock situation and calculates needed quantities.
[stock_putaway_method](stock_putaway_method/) | 14.0.1.0.0 | [![asaunier](https://github.com/asaunier.png?size=30px)](https://github.com/asaunier) | Add the putaway strategy method back, removed from the stock module in Odoo 12
[stock_putaway_product_template](stock_putaway_product_template/) | 14.0.1.1.0 | [![kevinkhao](https://github.com/kevinkhao.png?size=30px)](https://github.com/kevinkhao) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Add product template in putaway strategies from the product view
[stock_quant_manual_assign](stock_quant_manual_assign/) | 14.0.1.3.1 | | Stock - Manual Quant Assignment

View File

@@ -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
======================

View File

@@ -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)",

View File

@@ -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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_pull_list"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_pull_list"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>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.</li>
<li>Click on <em>Procure</em>.</li>
</ol>
<p>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:</p>
<ol class="arabic simple">
<li>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”.</li>
<li>Only transfers with the same Source Location can be selected at one time.</li>
</ol>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>