Maintainers
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.
diff --git a/README.md b/README.md index 0380b2038..1bd034380 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ addon | version | maintainers | summary [stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 16.0.1.0.0 | | Allows to create demand estimates. [stock_exception](stock_exception/) | 16.0.1.0.0 | | Custom exceptions on stock picking [stock_helper](stock_helper/) | 16.0.1.1.0 | | Add methods shared between various stock modules -[stock_inventory](stock_inventory/) | 16.0.2.3.0 | | Allows to do an easier follow up of the Inventory Adjustments +[stock_inventory](stock_inventory/) | 16.0.2.4.0 | | Allows to do an easier follow up of the Inventory Adjustments [stock_inventory_count_to_zero](stock_inventory_count_to_zero/) | 16.0.1.0.0 | | Request an inventory count filling the quantities to zero as default [stock_inventory_discrepancy](stock_inventory_discrepancy/) | 16.0.1.0.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_inventory_justification](stock_inventory_justification/) | 16.0.1.0.0 | [](https://github.com/rousseldenis) [](https://github.com/ThomasBinsfeld) | This module allows to set justification on inventories diff --git a/stock_inventory/README.rst b/stock_inventory/README.rst index 2cab15154..5b8d07b13 100644 --- a/stock_inventory/README.rst +++ b/stock_inventory/README.rst @@ -7,7 +7,7 @@ Stock Inventory Adjustment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cfe059e99226c57783ffcb151e7c48aa98b43edf6c8d7ce60eff3f1d6072eb00 + !! source digest: sha256:02da7aa707362d32cbaa54e5d14c21c3e69e8412aca03dab35944744721e7006 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_inventory/__manifest__.py b/stock_inventory/__manifest__.py index 1a6c25678..210376436 100644 --- a/stock_inventory/__manifest__.py +++ b/stock_inventory/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Stock Inventory Adjustment", - "version": "16.0.2.3.0", + "version": "16.0.2.4.0", "license": "LGPL-3", "maintainer": ["DavidJForgeFlow"], "development_status": "Beta", diff --git a/stock_inventory/static/description/index.html b/stock_inventory/static/description/index.html index f1254d949..c1eda4f6f 100644 --- a/stock_inventory/static/description/index.html +++ b/stock_inventory/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,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:cfe059e99226c57783ffcb151e7c48aa98b43edf6c8d7ce60eff3f1d6072eb00 +!! source digest: sha256:02da7aa707362d32cbaa54e5d14c21c3e69e8412aca03dab35944744721e7006 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows to group Inventory Adjustments and have a group traceability (like before Odoo 15.0).
@@ -425,7 +426,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcomeThis 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.