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 92d5cb8..af07b55 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ addon | version | maintainers | summary [stock_picking_report_product_sticker](stock_picking_report_product_sticker/) | 15.0.1.0.2 | [](https://github.com/Shide) | Stock Picking Report - Product Sticker [stock_picking_report_undelivered_product](stock_picking_report_undelivered_product/) | 15.0.1.0.0 | | Display on picking report delivery slip undelivered products [stock_picking_report_valued](stock_picking_report_valued/) | 15.0.1.7.1 | | Adding Valued Picking on Delivery Slip report -[stock_picking_report_valued_sale_mrp](stock_picking_report_valued_sale_mrp/) | 15.0.1.1.0 | [](https://github.com/chienandalu) | Allow to summarize the picking related with the selled kits +[stock_picking_report_valued_sale_mrp](stock_picking_report_valued_sale_mrp/) | 15.0.1.1.1 | [](https://github.com/chienandalu) | Allow to summarize the picking related with the selled kits [stock_quantity_history_location](stock_quantity_history_location/) | 15.0.1.0.0 | | Provides stock quantity by location on past date [stock_report_quantity_by_location](stock_report_quantity_by_location/) | 15.0.1.0.0 | | Stock Report Quantity By Location diff --git a/stock_picking_report_valued_sale_mrp/README.rst b/stock_picking_report_valued_sale_mrp/README.rst index 35967bb..64ea793 100644 --- a/stock_picking_report_valued_sale_mrp/README.rst +++ b/stock_picking_report_valued_sale_mrp/README.rst @@ -7,7 +7,7 @@ Valued picking linked with MRP Kits !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:24bef552a19949725234fd52c9e1aa822eb48ee8f951f4d50f4044498ce569e8 + !! source digest: sha256:5555c484776516899b2b86fe04180896262f7f7c6fd78b2ed865aa0992a6a668 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_picking_report_valued_sale_mrp/__manifest__.py b/stock_picking_report_valued_sale_mrp/__manifest__.py index 45e203c..aef4a44 100644 --- a/stock_picking_report_valued_sale_mrp/__manifest__.py +++ b/stock_picking_report_valued_sale_mrp/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Valued picking linked with MRP Kits", "summary": "Allow to summarize the picking related with the selled kits", - "version": "15.0.1.1.0", + "version": "15.0.1.1.1", "development_status": "Beta", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-reporting", diff --git a/stock_picking_report_valued_sale_mrp/static/description/index.html b/stock_picking_report_valued_sale_mrp/static/description/index.html index 90c2fee..94b95aa 100644 --- a/stock_picking_report_valued_sale_mrp/static/description/index.html +++ b/stock_picking_report_valued_sale_mrp/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:24bef552a19949725234fd52c9e1aa822eb48ee8f951f4d50f4044498ce569e8 +!! source digest: sha256:5555c484776516899b2b86fe04180896262f7f7c6fd78b2ed865aa0992a6a668 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module extends the functionality of stock_picking_report_valued with @@ -447,7 +447,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.