Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Mar 19, 2024
1 parent f10f8f0 commit 3f65862
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[delivery_carrier_warehouse](delivery_carrier_warehouse/) | 16.0.1.0.1 | | Get delivery method used in sales orders from warehouse
[shopfloor_base](shopfloor_base/) | 16.0.1.0.1 | [![guewen](https://github.com/guewen.png?size=30px)](https://github.com/guewen) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Core module for creating mobile apps
[stock_available_to_promise_release](stock_available_to_promise_release/) | 16.0.2.5.0 | | Release Operations based on available to promise
[stock_available_to_promise_release](stock_available_to_promise_release/) | 16.0.3.0.0 | | Release Operations based on available to promise
[stock_dynamic_routing](stock_dynamic_routing/) | 16.0.1.0.2 | | Dynamic routing of stock moves
[stock_picking_completion_info](stock_picking_completion_info/) | 16.0.1.0.1 | | Display on current document completion information according to next operations
[stock_picking_type_shipping_policy](stock_picking_type_shipping_policy/) | 16.0.1.0.0 | | Define different shipping policies according to picking type
Expand Down
8 changes: 7 additions & 1 deletion stock_available_to_promise_release/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stock Available to Promise Release
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cd15d12b0661c78ee228b6cc907054f575f05fd09ce1c4e933ca4b20f1c4d4e1
!! source digest: sha256:1afe19d119a8aa7fcc3a45510642ac61e63728d9060ef0d3173a8ce42ac9a765
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -63,6 +63,12 @@ the remaining qty is split and attached to a new picking that can be released la
Important: if the "Stock reservation horizon" is set, the qty is calculated
on moves which have an expected date not beyond $today + $horizon (in days).

Important: Moves without a warehouse set are not supported.
If the warehouse is not set on the move, the "Ordered Available to Promise" Quantity
will always be 0. It will also not be considered as consuming existing stock.
The warehouse gets set by the Stock rule, if the Rule
is not assigned to a warehouse, also the move will not end up with a warehouse.

**Table of contents**

.. contents::
Expand Down
2 changes: 1 addition & 1 deletion stock_available_to_promise_release/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Stock Available to Promise Release",
"version": "16.0.2.5.0",
"version": "16.0.3.0.0",
"summary": "Release Operations based on available to promise",
"author": "Camptocamp, BCIM, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/wms",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ <h1 class="title">Stock Available to Promise Release</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cd15d12b0661c78ee228b6cc907054f575f05fd09ce1c4e933ca4b20f1c4d4e1
!! source digest: sha256:1afe19d119a8aa7fcc3a45510642ac61e63728d9060ef0d3173a8ce42ac9a765
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/wms/tree/16.0/stock_available_to_promise_release"><img alt="OCA/wms" src="https://img.shields.io/badge/github-OCA%2Fwms-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_available_to_promise_release"><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/wms&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Currently the reservation is performed by adding reserved quantities on quants,
Expand Down Expand Up @@ -400,6 +400,11 @@ <h1 class="title">Stock Available to Promise Release</h1>
the remaining qty is split and attached to a new picking that can be released later.</p>
<p>Important: if the “Stock reservation horizon” is set, the qty is calculated
on moves which have an expected date not beyond $today + $horizon (in days).</p>
<p>Important: Moves without a warehouse set are not supported.
If the warehouse is not set on the move, the “Ordered Available to Promise” Quantity
will always be 0. It will also not be considered as consuming existing stock.
The warehouse gets set by the Stock rule, if the Rule
is not assigned to a warehouse, also the move will not end up with a warehouse.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand Down

0 comments on commit 3f65862

Please sign in to comment.