diff --git a/README.md b/README.md
index 10bb845d8..b5f92eaee 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ addon | version | maintainers | summary
[stock_available](stock_available/) | 14.0.1.1.0 | | Stock available to promise
[stock_available_base_exclude_location](stock_available_base_exclude_location/) | 14.0.1.0.2 | [](https://github.com/rousseldenis) | Base module to exclude locations for product available quantities
[stock_available_immediately](stock_available_immediately/) | 14.0.1.0.0 | | Ignore planned receptions in quantity available to promise
+[stock_available_immediately_exclude_location](stock_available_immediately_exclude_location/) | 14.0.1.0.1 | | Exclude locations from immediately usable quantity
[stock_available_mrp](stock_available_mrp/) | 14.0.1.0.6 | | Consider the production potential is available to promise
[stock_available_portal](stock_available_portal/) | 14.0.1.0.0 | [](https://github.com/geomer198) [](https://github.com/CetmixGitDrone) | Show product quantity available to promise in portal
[stock_available_unreserved](stock_available_unreserved/) | 14.0.1.2.0 | [](https://github.com/LoisRForgeFlow) | Quantity of stock available for immediate use
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt
index adfdac1ac..3933ad4f8 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-14.0.20240522.0
\ No newline at end of file
+14.0.20240904.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index 5399f1b6f..c9f5669d7 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -21,6 +21,7 @@ setuptools.setup(
'odoo14-addon-stock_available',
'odoo14-addon-stock_available_base_exclude_location',
'odoo14-addon-stock_available_immediately',
+ 'odoo14-addon-stock_available_immediately_exclude_location',
'odoo14-addon-stock_available_mrp',
'odoo14-addon-stock_available_portal',
'odoo14-addon-stock_available_unreserved',
diff --git a/stock_available_immediately_exclude_location/README.rst b/stock_available_immediately_exclude_location/README.rst
index 76b6b04f3..21b1fba48 100644
--- a/stock_available_immediately_exclude_location/README.rst
+++ b/stock_available_immediately_exclude_location/README.rst
@@ -7,7 +7,7 @@ Exclude locations from immediately usable quantity
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:c52b2e646eb7bc556743013092c9812dca6d44685fe8007a7323a8275aaf7367
+ !! source digest: sha256:346cb613e9ec10d44f72e9ebc6f96b84ca0a7d43bb2405df7706d80c34960b8d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -16,14 +16,14 @@ Exclude locations from immediately usable quantity
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
: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--availability-lightgray.png?logo=github
- :target: https://github.com/OCA/stock-logistics-availability/tree/16.0/stock_available_immediately_exclude_location
- :alt: OCA/stock-logistics-availability
+.. |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/14.0/stock_available_immediately_exclude_location
+ :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-availability-16-0/stock-logistics-availability-16-0-stock_available_immediately_exclude_location
+ :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_available_immediately_exclude_location
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-availability&target_branch=16.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=14.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -39,10 +39,10 @@ from the stock available immediately.
Bug Tracker
===========
-Bugs are tracked on `GitHub Issues `_.
+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 to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -72,6 +72,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-availability `_ 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_available_immediately_exclude_location/__manifest__.py b/stock_available_immediately_exclude_location/__manifest__.py
index b0c7fcba8..3db96ee38 100644
--- a/stock_available_immediately_exclude_location/__manifest__.py
+++ b/stock_available_immediately_exclude_location/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Exclude locations from immediately usable quantity",
- "version": "14.0.1.0.0",
+ "version": "14.0.1.0.1",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"license": "AGPL-3",
diff --git a/stock_available_immediately_exclude_location/static/description/index.html b/stock_available_immediately_exclude_location/static/description/index.html
index 58b91809f..73d806b1b 100644
--- a/stock_available_immediately_exclude_location/static/description/index.html
+++ b/stock_available_immediately_exclude_location/static/description/index.html
@@ -8,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@ span.option {
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -366,9 +367,9 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:c52b2e646eb7bc556743013092c9812dca6d44685fe8007a7323a8275aaf7367
+!! source digest: sha256:346cb613e9ec10d44f72e9ebc6f96b84ca0a7d43bb2405df7706d80c34960b8d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This module adds a boolean to exclude the tagged stock locations
from the stock available immediately.
Table of contents
@@ -385,10 +386,10 @@ from the stock available immediately.
-
Bugs are tracked on GitHub Issues.
+
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 to smash it by providing a detailed and welcomed
-feedback.
+
feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -408,11 +409,13 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
This module is maintained by the OCA.
-

+
+
+
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-availability 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.