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 b22192710..a894c4f44 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_move_line_mrp_info](account_move_line_mrp_info/) | 15.0.1.0.0 | | Account Move Line Mrp Info +[account_move_line_mrp_info](account_move_line_mrp_info/) | 15.0.1.1.0 | | Account Move Line Mrp Info [mrp_account_analytic](mrp_account_analytic/) | 15.0.1.0.2 | [](https://github.com/dreispt) | Consuming raw materials and operations generated Analytic Items [mrp_account_bom_attribute_match](mrp_account_bom_attribute_match/) | 15.0.1.1.1 | [](https://github.com/ivantodorovich) | Glue module between `mrp_account` and `mrp_bom_attribute_match` [mrp_bom_attribute_match](mrp_bom_attribute_match/) | 15.0.1.1.1 | | Dynamic BOM component based on product attribute diff --git a/account_move_line_mrp_info/README.rst b/account_move_line_mrp_info/README.rst index eeaacf198..520e6e60a 100644 --- a/account_move_line_mrp_info/README.rst +++ b/account_move_line_mrp_info/README.rst @@ -7,7 +7,7 @@ Account Move Line Mrp Info !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:16dc4b397b258cadf401a8e7a1d5602329edf1025b208952ba257d5f1801a2cb + !! source digest: sha256:9e97c49b1c95393918418f3dc984d57069c5c12981b003f891af80142bdc108c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_move_line_mrp_info/__manifest__.py b/account_move_line_mrp_info/__manifest__.py index 0296ed3ab..8cb8624f7 100644 --- a/account_move_line_mrp_info/__manifest__.py +++ b/account_move_line_mrp_info/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Account Move Line Mrp Info", - "version": "15.0.1.0.0", + "version": "15.0.1.1.0", "author": "ForgeFlow," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/manufacture", "category": "Manufacture", diff --git a/account_move_line_mrp_info/static/description/index.html b/account_move_line_mrp_info/static/description/index.html index 6b5ab5983..bbf61f919 100644 --- a/account_move_line_mrp_info/static/description/index.html +++ b/account_move_line_mrp_info/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:16dc4b397b258cadf401a8e7a1d5602329edf1025b208952ba257d5f1801a2cb +!! source digest: sha256:9e97c49b1c95393918418f3dc984d57069c5c12981b003f891af80142bdc108c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module adds the manufacturing orders and unbuild orders to the account move lines that it generates.
@@ -420,7 +420,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.