diff --git a/README.md b/README.md index efb4ec02b474..4878b4911ecb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ addon | version | maintainers | summary [stock_available](stock_available/) | 13.0.1.0.2 | | Stock available to promise [stock_available_immediately](stock_available_immediately/) | 13.0.1.0.0 | | Ignore planned receptions in quantity available to promise [stock_available_mrp](stock_available_mrp/) | 13.0.2.0.0 | | Consider the production potential is available to promise -[stock_available_unreserved](stock_available_unreserved/) | 13.0.1.0.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Quantity of stock available for immediate use +[stock_available_unreserved](stock_available_unreserved/) | 13.0.1.0.2 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Quantity of stock available for immediate use [stock_change_qty_reason](stock_change_qty_reason/) | 13.0.2.0.0 | | Stock Quantity Change Reason [stock_cubiscan](stock_cubiscan/) | 13.0.1.1.1 | | Implement inteface with Cubiscan devices for packaging [stock_cycle_count](stock_cycle_count/) | 13.0.1.2.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds the capability to schedule cycle counts in a warehouse through different rules defined by the user. diff --git a/stock_available_unreserved/README.rst b/stock_available_unreserved/README.rst index 07c02b7dea76..a20e1ccfbcae 100644 --- a/stock_available_unreserved/README.rst +++ b/stock_available_unreserved/README.rst @@ -7,7 +7,7 @@ Stock Available Unreserved !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6aa6b5a6ee8830e3476407ba77590ed4e979ec018181554fc8a46da5603a0580 + !! source digest: sha256:8095c6a77e583ce375ffe39bd159decee2a75e3b3bc0c369371464ae2fb49792 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/stock_available_unreserved/__manifest__.py b/stock_available_unreserved/__manifest__.py index 850c7281f3a1..a4738e6af96e 100644 --- a/stock_available_unreserved/__manifest__.py +++ b/stock_available_unreserved/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Stock Available Unreserved", "summary": "Quantity of stock available for immediate use", - "version": "13.0.1.0.1", + "version": "13.0.1.0.2", "author": "ForgeFlow, Odoo Community Association (OCA)", "development_status": "Production/Stable", "maintainers": ["LoisRForgeFlow"], diff --git a/stock_available_unreserved/static/description/index.html b/stock_available_unreserved/static/description/index.html index 7a597451c71b..87a5e6dc0a93 100644 --- a/stock_available_unreserved/static/description/index.html +++ b/stock_available_unreserved/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,7 +275,7 @@ 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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Stock Available Unreserved

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6aa6b5a6ee8830e3476407ba77590ed4e979ec018181554fc8a46da5603a0580 +!! source digest: sha256:8095c6a77e583ce375ffe39bd159decee2a75e3b3bc0c369371464ae2fb49792 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module allows users to check the quantity of a stocked product that is @@ -419,7 +419,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.