diff --git a/README.md b/README.md index a4f064d0b..527efe992 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ addon | version | maintainers | summary [mrp_lot_production_date](mrp_lot_production_date/) | 16.0.1.0.0 | | MRP Lot Production Date [mrp_multi_level](mrp_multi_level/) | 16.0.1.5.4 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Adds an MRP Scheduler [mrp_multi_level_estimate](mrp_multi_level_estimate/) | 16.0.1.1.2 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level. -[mrp_packaging_default](mrp_packaging_default/) | 16.0.1.0.1 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Include packaging info in MRP by default +[mrp_packaging_default](mrp_packaging_default/) | 16.0.1.0.2 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Include packaging info in MRP by default [mrp_planned_order_matrix](mrp_planned_order_matrix/) | 16.0.1.0.0 | | Allows to create fixed planned orders on a grid view. [mrp_production_note](mrp_production_note/) | 16.0.1.0.0 | | Notes in production orders [mrp_production_quant_manual_assign](mrp_production_quant_manual_assign/) | 16.0.1.0.0 | | Production - Manual Quant Assignment diff --git a/mrp_packaging_default/README.rst b/mrp_packaging_default/README.rst index 096dc79b1..37f917b3a 100644 --- a/mrp_packaging_default/README.rst +++ b/mrp_packaging_default/README.rst @@ -7,7 +7,7 @@ MRP Default Packaging !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6c9257853af0fda51c4196125c932ecf7504390f08c15550a4404df4d05008bd + !! source digest: sha256:f0fdcf73fe1b3bb1020f6b35ae80e776341ad27ae7d6c62996f231da0fa4074c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png @@ -145,7 +145,7 @@ Authors Contributors ------------ -- Jairo Llopis (`Moduon `__) +- Jairo Llopis (`Moduon `__) Maintainers ----------- diff --git a/mrp_packaging_default/__manifest__.py b/mrp_packaging_default/__manifest__.py index d9ccda2e1..3c0e28fb2 100644 --- a/mrp_packaging_default/__manifest__.py +++ b/mrp_packaging_default/__manifest__.py @@ -4,7 +4,7 @@ { "name": "MRP Default Packaging", "summary": "Include packaging info in MRP by default", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "development_status": "Alpha", "category": "Manufacturing/Manufacturing", "website": "https://github.com/OCA/manufacture", diff --git a/mrp_packaging_default/static/description/index.html b/mrp_packaging_default/static/description/index.html index d369d5869..6643851ab 100644 --- a/mrp_packaging_default/static/description/index.html +++ b/mrp_packaging_default/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:6c9257853af0fda51c4196125c932ecf7504390f08c15550a4404df4d05008bd +!! source digest: sha256:f0fdcf73fe1b3bb1020f6b35ae80e776341ad27ae7d6c62996f231da0fa4074c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: LGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

This module allows and encourages the use of packaging within MRP, both @@ -496,7 +497,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.