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 5fcdc1d7d..4c17af4e1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ addon | version | maintainers | summary [ddmrp_product_replace](ddmrp_product_replace/) | 16.0.1.1.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Provides a assisting tool for product replacement. [ddmrp_report_part_flow_index](ddmrp_report_part_flow_index/) | 16.0.1.3.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Provides the DDMRP Parts Flow Index Report [ddmrp_sale](ddmrp_sale/) | 16.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | DDMRP integration with Sales app. -[ddmrp_warning](ddmrp_warning/) | 16.0.1.2.1 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds configuration warnings on stock buffers. +[ddmrp_warning](ddmrp_warning/) | 16.0.1.2.2 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds configuration warnings on stock buffers. [stock_buffer_route](stock_buffer_route/) | 16.0.1.2.0 | | Allows to force a route to be used when procuring from Stock Buffers [stock_buffer_sales_analysis](stock_buffer_sales_analysis/) | 16.0.1.0.0 | | Allows to access the Sales Analysis from Stock Buffers diff --git a/ddmrp_warning/README.rst b/ddmrp_warning/README.rst index 31840e2da..b3dedc05b 100644 --- a/ddmrp_warning/README.rst +++ b/ddmrp_warning/README.rst @@ -7,7 +7,7 @@ DDMRP Warning !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:eb23f7ae751a8e1cff2a0666c114c6ae80b944ae464ecb9661e1615ad9d291f4 + !! source digest: sha256:9cbb404e8ddc2b5f925715f9bf8c33c0e300cbec6a477943e99775e779594dca !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/ddmrp_warning/__manifest__.py b/ddmrp_warning/__manifest__.py index da4bd743f..1f7af7d2d 100644 --- a/ddmrp_warning/__manifest__.py +++ b/ddmrp_warning/__manifest__.py @@ -3,7 +3,7 @@ { "name": "DDMRP Warning", - "version": "16.0.1.2.1", + "version": "16.0.1.2.2", "summary": "Adds configuration warnings on stock buffers.", "author": "ForgeFlow, Odoo Community Association (OCA)", "development_status": "Beta", diff --git a/ddmrp_warning/static/description/index.html b/ddmrp_warning/static/description/index.html index b61ccc48d..37021945e 100644 --- a/ddmrp_warning/static/description/index.html +++ b/ddmrp_warning/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 @@
Adds configuration warnings on stock buffers based on different definitions. @@ -419,7 +420,9 @@
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.