From 2eadd54ecce5a5648c02b2acbd45132e4d5cd4a5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 30 Sep 2024 14:31:54 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- stock_location_warehouse/README.rst | 2 +- stock_location_warehouse/__manifest__.py | 2 +- .../static/description/index.html | 22 ++++++++----------- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8c4083c8b..220e5ed9d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ addon | version | maintainers | summary [stock_location_position](stock_location_position/) | 14.0.1.0.0 | | Add coordinate attributes on stock location. [stock_location_route_description](stock_location_route_description/) | 14.0.1.0.0 | | Add description field on stock routes. [stock_location_tray](stock_location_tray/) | 14.0.1.1.3 | | Organize a location as a matrix of cells -[stock_location_warehouse](stock_location_warehouse/) | 14.0.1.0.0 | | Warehouse associated with a location +[stock_location_warehouse](stock_location_warehouse/) | 14.0.1.1.0 | | Warehouse associated with a location [stock_location_zone](stock_location_zone/) | 14.0.1.0.0 | | Classify locations with zones. [stock_measuring_device](stock_measuring_device/) | 14.0.1.0.1 | [![gurneyalex](https://github.com/gurneyalex.png?size=30px)](https://github.com/gurneyalex) | Implement a common interface for measuring and weighing devices [stock_measuring_device_zippcube](stock_measuring_device_zippcube/) | 14.0.1.0.1 | [![gurneyalex](https://github.com/gurneyalex.png?size=30px)](https://github.com/gurneyalex) | Implement interface with Bosche Zippcube devicesfor packaging measurement diff --git a/stock_location_warehouse/README.rst b/stock_location_warehouse/README.rst index 3f9a94bd7..bb450e9ca 100644 --- a/stock_location_warehouse/README.rst +++ b/stock_location_warehouse/README.rst @@ -7,7 +7,7 @@ Stock Location Warehouse !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:04c9a3a8cd079ed0fe57a9cb5c63a20ab28d2e36579a830aac1fc102f95a79ab + !! source digest: sha256:f13ef768ea58dc28c0a732592f9c141619882c44fae508525d91a6b4c4a83468 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_location_warehouse/__manifest__.py b/stock_location_warehouse/__manifest__.py index 9ac9962c1..677a25d82 100644 --- a/stock_location_warehouse/__manifest__.py +++ b/stock_location_warehouse/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Location Warehouse", - "version": "14.0.1.0.0", + "version": "14.0.1.1.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "summary": "Warehouse associated with a location", diff --git a/stock_location_warehouse/static/description/index.html b/stock_location_warehouse/static/description/index.html index e7e020db0..83357ce92 100644 --- a/stock_location_warehouse/static/description/index.html +++ b/stock_location_warehouse/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 @@ 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 } @@ -301,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,17 +367,11 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:04c9a3a8cd079ed0fe57a9cb5c63a20ab28d2e36579a830aac1fc102f95a79ab +!! source digest: sha256:f13ef768ea58dc28c0a732592f9c141619882c44fae508525d91a6b4c4a83468 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds the associated warehouse to every location. If we have a tree of locations and sublocations, this module will update the associated warehouse every time we modify a location parent. If a location changes its father location, it will change its associated warehouse and all its childs too.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents