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 374539cc2..497598cf7 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ addon | version | maintainers | summary [stock_move_location](stock_move_location/) | 16.0.1.4.0 | | This module allows to move all stock in a stock location to an other one. [stock_move_packaging_qty](stock_move_packaging_qty/) | 16.0.1.5.0 | [](https://github.com/yajo) [](https://github.com/EmilioPascual) | Add packaging fields in the stock moves [stock_mts_mto_rule](stock_mts_mto_rule/) | 16.0.1.0.1 | | Add a MTS+MTO route +[stock_package_type_category](stock_package_type_category/) | 16.0.1.0.0 | | This module allows to group package types in different categories [stock_package_type_volume](stock_package_type_volume/) | 16.0.1.0.0 | | Compute volume of a package type [stock_packaging_calculator](stock_packaging_calculator/) | 16.0.1.0.1 | | Compute product quantity to pick by packaging [stock_packaging_calculator_packaging_level](stock_packaging_calculator_packaging_level/) | 16.0.1.0.0 | | Glue module for packaging level diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 5e18edc3e..0598da5bc 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241007.4 \ No newline at end of file +16.0.20241008.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 98cf00b4a..96532b3dc 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -35,6 +35,7 @@ setuptools.setup( 'odoo-addon-stock_move_location>=16.0dev,<16.1dev', 'odoo-addon-stock_move_packaging_qty>=16.0dev,<16.1dev', 'odoo-addon-stock_mts_mto_rule>=16.0dev,<16.1dev', + 'odoo-addon-stock_package_type_category>=16.0dev,<16.1dev', 'odoo-addon-stock_package_type_volume>=16.0dev,<16.1dev', 'odoo-addon-stock_packaging_calculator>=16.0dev,<16.1dev', 'odoo-addon-stock_packaging_calculator_packaging_level>=16.0dev,<16.1dev', diff --git a/stock_package_type_category/README.rst b/stock_package_type_category/README.rst index 5f6e6682d..19e72205f 100644 --- a/stock_package_type_category/README.rst +++ b/stock_package_type_category/README.rst @@ -7,7 +7,7 @@ Stock Package Type Category !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a6483ab77d8d36e10d991bedcddc8ae69abc6bf083a26c5ed04c952cad268271 + !! source digest: sha256:b109e89764ed73c7ebc56e4c4edf1e80589684ee6f78a2e9e4295e653a25c887 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_package_type_category/static/description/index.html b/stock_package_type_category/static/description/index.html index 3b494cb7f..92adc5392 100644 --- a/stock_package_type_category/static/description/index.html +++ b/stock_package_type_category/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:a6483ab77d8d36e10d991bedcddc8ae69abc6bf083a26c5ed04c952cad268271 +!! source digest: sha256:b109e89764ed73c7ebc56e4c4edf1e80589684ee6f78a2e9e4295e653a25c887 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows you to define a category on different package types.
@@ -426,7 +427,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.