diff --git a/README.md b/README.md index c7e3631c1fe1..fc6371b010dd 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ addon | version | maintainers | summary [stock_quant_package_dimension_total_weight_from_packaging](stock_quant_package_dimension_total_weight_from_packaging/) | 16.0.1.0.0 | | Estimated weight of a package [stock_quant_package_product_packaging](stock_quant_package_product_packaging/) | 16.0.1.0.1 | | Use product packagings on packages [stock_receipt_lot_info](stock_receipt_lot_info/) | 16.0.1.1.0 | | Be able to introduce more info on lot/serial number while processing a receipt. -[stock_restrict_lot](stock_restrict_lot/) | 16.0.1.1.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Base module that add back the concept of restrict lot on stock move +[stock_restrict_lot](stock_restrict_lot/) | 16.0.1.2.0 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Base module that add back the concept of restrict lot on stock move [stock_rule_reserve_max_quantity](stock_rule_reserve_max_quantity/) | 16.0.1.0.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Allows to reserve max available quantity when a move comes from an stock rule [stock_split_picking](stock_split_picking/) | 16.0.1.0.4 | | Split a picking in two not transferred pickings [stock_valuation_layer_usage](stock_valuation_layer_usage/) | 16.0.2.0.0 | | Trace where has the stock valuation been used in, including the quantities taken. diff --git a/stock_restrict_lot/README.rst b/stock_restrict_lot/README.rst index 45dc7733d67e..e651a1f92727 100644 --- a/stock_restrict_lot/README.rst +++ b/stock_restrict_lot/README.rst @@ -7,7 +7,7 @@ Stock Restrict Lot !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:18c7122deb227d8cedb0cdec66f07ba7319a047c4a8135d98f482bb7b49c989f + !! source digest: sha256:f43ca615da72d74e3eacdb15df13c3774cc89ee38985026febc26834c35cd556 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -63,6 +63,14 @@ Contributors * Ruchir Shukla * Michael Tietz (MT Software) +* Ooops404 + + * Francesco Foresti + +* PyTech SRL + + * Alessandro Uffreduzzi + Maintainers ~~~~~~~~~~~ diff --git a/stock_restrict_lot/__manifest__.py b/stock_restrict_lot/__manifest__.py index 3548f5ffd323..fb6a746ff672 100644 --- a/stock_restrict_lot/__manifest__.py +++ b/stock_restrict_lot/__manifest__.py @@ -1,7 +1,7 @@ { "name": "Stock Restrict Lot", "summary": "Base module that add back the concept of restrict lot on stock move", - "version": "16.0.1.1.0", + "version": "16.0.1.2.0", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-workflow", "author": "Akretion, Odoo Community Association (OCA)", diff --git a/stock_restrict_lot/static/description/index.html b/stock_restrict_lot/static/description/index.html index d759bb625ed1..bef8347238cd 100644 --- a/stock_restrict_lot/static/description/index.html +++ b/stock_restrict_lot/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 @@ 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.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Stock Restrict Lot

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:18c7122deb227d8cedb0cdec66f07ba7319a047c4a8135d98f482bb7b49c989f +!! source digest: sha256:f43ca615da72d74e3eacdb15df13c3774cc89ee38985026febc26834c35cd556 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module add a field to restrict a stock move to a specific lot. @@ -408,12 +408,22 @@

Contributors

  • Florian da Costa <florian.dacosta@akretion.com>
  • Ruchir Shukla <ruchir@bizzappdev.com>
  • Michael Tietz (MT Software) <mtietz@mt-software.de>
  • +
  • Ooops404 +
  • +
  • PyTech SRL +
  • 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.