From 4848cb0e02ca423fbbd4dc4c0cead9d8d0558c86 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 7 Jun 2024 14:33:43 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 ++- stock_inventory_discrepancy/README.rst | 2 +- .../static/description/index.html | 13 +++++-------- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c143bb040c30..a1dbc0c775f2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [scrap_reason_code](scrap_reason_code/) | 17.0.1.0.1 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Reason code for scrapping [stock_demand_estimate](stock_demand_estimate/) | 17.0.1.1.0 | | Allows to create demand estimates. +[stock_inventory_discrepancy](stock_inventory_discrepancy/) | 17.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_mts_mto_rule](stock_mts_mto_rule/) | 17.0.1.0.0 | | Add a MTS+MTO route [stock_removal_location_by_priority](stock_removal_location_by_priority/) | 17.0.1.0.0 | | Establish a removal priority on stock locations. [stock_reserve](stock_reserve/) | 17.0.1.0.0 | | Stock reservations on products diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index db6910b9427e..5c4b30f039bc 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-stock-logistics-warehouse" -version = "17.0.20240607.0" +version = "17.0.20240607.1" dependencies = [ "odoo-addon-scrap_reason_code>=17.0dev,<17.1dev", "odoo-addon-stock_demand_estimate>=17.0dev,<17.1dev", + "odoo-addon-stock_inventory_discrepancy>=17.0dev,<17.1dev", "odoo-addon-stock_mts_mto_rule>=17.0dev,<17.1dev", "odoo-addon-stock_removal_location_by_priority>=17.0dev,<17.1dev", "odoo-addon-stock_reserve>=17.0dev,<17.1dev", diff --git a/stock_inventory_discrepancy/README.rst b/stock_inventory_discrepancy/README.rst index f44685073c4c..f7aa8719dee9 100644 --- a/stock_inventory_discrepancy/README.rst +++ b/stock_inventory_discrepancy/README.rst @@ -7,7 +7,7 @@ Stock Inventory Discrepancy !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:49949b52008fb335a36237b047619ef422c8377d3f70a291232c58658eb31ebd + !! source digest: sha256:30fdabffa99c96101b2634a002df3cae4f03d83f15f9662fd00ff47890af7ea9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_inventory_discrepancy/static/description/index.html b/stock_inventory_discrepancy/static/description/index.html index 136085700b71..98eb3143fc48 100644 --- a/stock_inventory_discrepancy/static/description/index.html +++ b/stock_inventory_discrepancy/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z 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 +274,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* 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 +300,7 @@ span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -367,7 +366,7 @@

Stock Inventory Discrepancy

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:49949b52008fb335a36237b047619ef422c8377d3f70a291232c58658eb31ebd +!! source digest: sha256:30fdabffa99c96101b2634a002df3cae4f03d83f15f9662fd00ff47890af7ea9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

Adds the capability to show the discrepancy of every line in an @@ -448,9 +447,7 @@

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.