From 265b307e02cc04481b4dfb81e752f2f399dbe411 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 3 Oct 2024 11:33:17 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/pyproject.toml | 3 ++- stock_location_zone/README.rst | 2 +- stock_location_zone/static/description/index.html | 13 ++++++++----- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 154f88c7b..d56c0f6b2 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ addon | version | maintainers | summary [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 +[stock_location_zone](stock_location_zone/) | 17.0.1.0.0 | | Classify locations with zones. [stock_mts_mto_rule](stock_mts_mto_rule/) | 17.0.1.0.0 | | Add a MTS+MTO route [stock_packaging_calculator](stock_packaging_calculator/) | 17.0.1.0.0 | | Compute product quantity to pick by packaging [stock_picking_volume](stock_picking_volume/) | 17.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Compute volume information on stock moves and pickings diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8077ad442..16411f822 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-stock-logistics-warehouse" -version = "17.0.20240930.2" +version = "17.0.20241003.0" dependencies = [ "odoo-addon-account_move_line_product>=17.0dev,<17.1dev", "odoo-addon-account_move_line_stock_info>=17.0dev,<17.1dev", @@ -13,6 +13,7 @@ dependencies = [ "odoo-addon-stock_inventory>=17.0dev,<17.1dev", "odoo-addon-stock_inventory_discrepancy>=17.0dev,<17.1dev", "odoo-addon-stock_location_lockdown>=17.0dev,<17.1dev", + "odoo-addon-stock_location_zone>=17.0dev,<17.1dev", "odoo-addon-stock_mts_mto_rule>=17.0dev,<17.1dev", "odoo-addon-stock_packaging_calculator>=17.0dev,<17.1dev", "odoo-addon-stock_picking_volume>=17.0dev,<17.1dev", diff --git a/stock_location_zone/README.rst b/stock_location_zone/README.rst index 3c24b005c..4e3cb7b2a 100644 --- a/stock_location_zone/README.rst +++ b/stock_location_zone/README.rst @@ -7,7 +7,7 @@ Stock Location Zone !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:bf2eabaeb9af2cc9aaf2723a3e8674c65952fd2dfdf4a69a6e7eb9fc12982502 + !! source digest: sha256:4349c9bc2cc9ba0068cb0b17f0d7817f8f42a84d2c12df85cbe6683fc8ff066e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_location_zone/static/description/index.html b/stock_location_zone/static/description/index.html index 640ea1b9a..55639628f 100644 --- a/stock_location_zone/static/description/index.html +++ b/stock_location_zone/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:bf2eabaeb9af2cc9aaf2723a3e8674c65952fd2dfdf4a69a6e7eb9fc12982502 +!! source digest: sha256:4349c9bc2cc9ba0068cb0b17f0d7817f8f42a84d2c12df85cbe6683fc8ff066e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module introduces Zone concept on stock locations to allow better @@ -438,7 +439,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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.