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 6b26ddda2..eb6e58c8d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ addon | version | maintainers | summary [account_move_line_product](account_move_line_product/) | 16.0.1.0.0 | | Displays the product in the journal entries and items [account_move_line_stock_info](account_move_line_stock_info/) | 16.0.1.1.1 | | Account Move Line Stock Info [base_product_merge](base_product_merge/) | 16.0.1.0.1 | [](https://github.com/JasminSForgeFlow) | Merge duplicate products -[procurement_auto_create_group](procurement_auto_create_group/) | 16.0.1.0.0 | | Allows to configure the system to propose automatically new procurement groups during the procurement run. +[procurement_auto_create_group](procurement_auto_create_group/) | 16.0.1.1.0 | | Allows to configure the system to propose automatically new procurement groups during the procurement run. [product_packaging_usability](product_packaging_usability/) | 16.0.1.0.1 | | Add sugar to Product Packaging [scrap_reason_code](scrap_reason_code/) | 16.0.1.1.0 | [](https://github.com/bodedra) | Reason code for scrapping [stock_cycle_count](stock_cycle_count/) | 16.0.1.1.0 | [](https://github.com/LoisRForgeFlow) | Adds the capability to schedule cycle counts in a warehouse through different rules defined by the user. diff --git a/procurement_auto_create_group/README.rst b/procurement_auto_create_group/README.rst index 6d8eb8bf8..00797fe8f 100644 --- a/procurement_auto_create_group/README.rst +++ b/procurement_auto_create_group/README.rst @@ -7,7 +7,7 @@ Procurement Auto Create Group !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:469639cf06197ad827f2cea50416bd52aad40a8c93ab583b87e760755b1f8916 + !! source digest: sha256:e6b22809ef33ae3588ac24687c289c0e0f48d759d768ef94ed7d07d987aa0dcd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/procurement_auto_create_group/__manifest__.py b/procurement_auto_create_group/__manifest__.py index 98df714cb..ee1e33ab2 100644 --- a/procurement_auto_create_group/__manifest__.py +++ b/procurement_auto_create_group/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Procurement Auto Create Group", - "version": "16.0.1.0.0", + "version": "16.0.1.1.0", "development_status": "Production/Stable", "license": "AGPL-3", "summary": "Allows to configure the system to propose automatically new " diff --git a/procurement_auto_create_group/static/description/index.html b/procurement_auto_create_group/static/description/index.html index 255e18161..c2a07c07f 100644 --- a/procurement_auto_create_group/static/description/index.html +++ b/procurement_auto_create_group/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,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:469639cf06197ad827f2cea50416bd52aad40a8c93ab583b87e760755b1f8916 +!! source digest: sha256:e6b22809ef33ae3588ac24687c289c0e0f48d759d768ef94ed7d07d987aa0dcd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module allows the system to propose automatically new procurement groups @@ -446,7 +446,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
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.