Maintainers
This module is maintained by the OCA.
-
+
+
+
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.
diff --git a/README.md b/README.md index 42959573b..5fe5bc17e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ addon | version | maintainers | summary [stock_picking_volume](stock_picking_volume/) | 16.0.1.0.3 | [](https://github.com/lmignon) | Compute volume information on stock moves and pickings [stock_picking_volume_packaging](stock_picking_volume_packaging/) | 16.0.1.0.1 | | Use volume information on potential product packaging to compute the volume of a stock.move [stock_product_qty_by_packaging](stock_product_qty_by_packaging/) | 16.0.1.0.0 | | Compute product quantity to pick by packaging +[stock_production_lot_quantity_tree](stock_production_lot_quantity_tree/) | 16.0.1.0.0 | [](https://github.com/rousseldenis) | Allows to display product quantity field on production lot tree view [stock_pull_list](stock_pull_list/) | 16.0.1.0.0 | [](https://github.com/LoisRForgeFlow) | The pull list checks the stock situation and calculates needed quantities. [stock_putaway_product_template](stock_putaway_product_template/) | 16.0.1.1.0 | [](https://github.com/kevinkhao) [](https://github.com/sebastienbeau) | Add product template in putaway strategies from the product view [stock_quant_cost_info](stock_quant_cost_info/) | 16.0.1.0.0 | | Shows the cost of the quants diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 27c392bd8..96eddc112 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240814.1 \ No newline at end of file +16.0.20240819.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index a1702dc20..2aed49a3d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -45,6 +45,7 @@ setuptools.setup( 'odoo-addon-stock_picking_volume>=16.0dev,<16.1dev', 'odoo-addon-stock_picking_volume_packaging>=16.0dev,<16.1dev', 'odoo-addon-stock_product_qty_by_packaging>=16.0dev,<16.1dev', + 'odoo-addon-stock_production_lot_quantity_tree>=16.0dev,<16.1dev', 'odoo-addon-stock_pull_list>=16.0dev,<16.1dev', 'odoo-addon-stock_putaway_product_template>=16.0dev,<16.1dev', 'odoo-addon-stock_quant_cost_info>=16.0dev,<16.1dev', diff --git a/stock_production_lot_quantity_tree/README.rst b/stock_production_lot_quantity_tree/README.rst index 6cfef7866..4dbe8652a 100644 --- a/stock_production_lot_quantity_tree/README.rst +++ b/stock_production_lot_quantity_tree/README.rst @@ -7,7 +7,7 @@ Stock Production Lot Quantity Tree !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:457be09849982ef97270e1536411b3e8bf8bdf564f32ab2d43a4463bc8e257e1 + !! source digest: sha256:ec5c69f8b3a3227bef552892b87177efaab70fed5e56fcf8bf4d7d2ca3b00a44 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_production_lot_quantity_tree/static/description/index.html b/stock_production_lot_quantity_tree/static/description/index.html index de1bf06d0..902a9b7d3 100644 --- a/stock_production_lot_quantity_tree/static/description/index.html +++ b/stock_production_lot_quantity_tree/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:457be09849982ef97270e1536411b3e8bf8bdf564f32ab2d43a4463bc8e257e1 +!! source digest: sha256:ec5c69f8b3a3227bef552892b87177efaab70fed5e56fcf8bf4d7d2ca3b00a44 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows to display the lot quantity on its tree view.
@@ -417,7 +418,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcomeThis module is maintained by the OCA.
-
+
+
+
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.