From a87e9867ee53810997711a1b45da7b21f3e9940b Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 23 Sep 2024 13:46:31 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- stock_owner_restriction/README.rst | 2 +- stock_owner_restriction/__manifest__.py | 2 +- .../static/description/index.html | 13 ++++++++----- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c81d4b1eb5e4..bc29523ca6e0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ addon | version | maintainers | summary [stock_move_propagate_first_move](stock_move_propagate_first_move/) | 15.0.1.0.0 | | This addon propagate the picking type of the original move to all next moves created from procurement [stock_move_quick_lot](stock_move_quick_lot/) | 15.0.1.0.0 | | Set lot name and end date directly on picking operations [stock_no_negative](stock_no_negative/) | 15.0.1.0.0 | | Disallow negative stock levels by default -[stock_owner_restriction](stock_owner_restriction/) | 15.0.1.1.3 | | Do not reserve quantity with assigned owner +[stock_owner_restriction](stock_owner_restriction/) | 15.0.1.1.4 | | Do not reserve quantity with assigned owner [stock_picking_assign_serial_final](stock_picking_assign_serial_final/) | 15.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Generate serial numbers until to a final serial number [stock_picking_auto_create_lot](stock_picking_auto_create_lot/) | 15.0.2.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Auto create lots for incoming pickings [stock_picking_back2draft](stock_picking_back2draft/) | 15.0.1.0.1 | | Reopen cancelled pickings diff --git a/stock_owner_restriction/README.rst b/stock_owner_restriction/README.rst index 90ac9e4260e2..99e775558b3a 100644 --- a/stock_owner_restriction/README.rst +++ b/stock_owner_restriction/README.rst @@ -7,7 +7,7 @@ Stock Owner Restriction !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a6e043e82df2be6abfcdf7c8b3262956b6e3a59dbbe8f921e9d8ed14090aad35 + !! source digest: sha256:63de878be54c02e3879eb9bf6cd70d16d27b7bb2732b3bacabedc2e30c5b90c0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_owner_restriction/__manifest__.py b/stock_owner_restriction/__manifest__.py index d014574dea25..e083cf7a5992 100644 --- a/stock_owner_restriction/__manifest__.py +++ b/stock_owner_restriction/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Owner Restriction", "summary": "Do not reserve quantity with assigned owner", - "version": "15.0.1.1.3", + "version": "15.0.1.1.4", "development_status": "Beta", "category": "stock", "website": "https://github.com/OCA/stock-logistics-workflow", diff --git a/stock_owner_restriction/static/description/index.html b/stock_owner_restriction/static/description/index.html index 6567dc2ba1b7..f56d82656a73 100644 --- a/stock_owner_restriction/static/description/index.html +++ b/stock_owner_restriction/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 Owner Restriction

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

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

This module extends the functionality of stock module to allow restriction @@ -475,7 +476,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.