diff --git a/README.md b/README.md index fc7a3b94d843..8eed79c5752a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ addon | version | maintainers | summary [stock_change_qty_reason](stock_change_qty_reason/) | 17.0.1.0.0 | | Stock Quantity Change Reason [stock_demand_estimate](stock_demand_estimate/) | 17.0.1.1.0 | | Allows to create demand estimates. [stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 17.0.1.0.0 | | Allows to create demand estimates. -[stock_helper](stock_helper/) | 17.0.1.1.0 | | Add methods shared between various stock modules +[stock_helper](stock_helper/) | 17.0.1.1.1 | | Add methods shared between various stock modules [stock_inventory](stock_inventory/) | 17.0.1.2.0 | | Allows to do an easier follow up of the Inventory Adjustments [stock_inventory_discrepancy](stock_inventory_discrepancy/) | 17.0.1.1.0 | | Adds the capability to show the discrepancy of every line in an inventory and to block the inventory validation when the discrepancy is over a user defined threshold. [stock_location_lockdown](stock_location_lockdown/) | 17.0.1.0.0 | | Prevent to add stock on locked locations diff --git a/stock_helper/README.rst b/stock_helper/README.rst index a8e2e31e4def..3c5cac128e30 100644 --- a/stock_helper/README.rst +++ b/stock_helper/README.rst @@ -7,7 +7,7 @@ Stock Helpers !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:de9dd88a20da73855fc1f7c4c9159e67435c798b0ce47d80d72a6f9f389c574d + !! source digest: sha256:fb518cc48413d9879c043a9164bdaf25cee06d723fb62343a910233620a2c893 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -57,8 +57,8 @@ Authors Contributors ------------ -- Guewen Baconnier -- Christopher Ormaza +- Guewen Baconnier +- Christopher Ormaza Maintainers ----------- diff --git a/stock_helper/__manifest__.py b/stock_helper/__manifest__.py index d29141d5f0ed..e7bba61b8f8d 100644 --- a/stock_helper/__manifest__.py +++ b/stock_helper/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Helpers", "summary": "Add methods shared between various stock modules", - "version": "17.0.1.1.0", + "version": "17.0.1.1.1", "development_status": "Production/Stable", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", diff --git a/stock_helper/static/description/index.html b/stock_helper/static/description/index.html index 592edb751df9..3100b5e55d22 100644 --- a/stock_helper/static/description/index.html +++ b/stock_helper/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 @@ 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.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Stock Helpers

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:de9dd88a20da73855fc1f7c4c9159e67435c798b0ce47d80d72a6f9f389c574d +!! source digest: sha256:fb518cc48413d9879c043a9164bdaf25cee06d723fb62343a910233620a2c893 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Add methods to be used by other modules. This is not a functional @@ -409,7 +410,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.