diff --git a/README.md b/README.md index d2100ebdb..cb0855d76 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ addon | version | maintainers | summary [mrp_bom_tag](mrp_bom_tag/) | 16.0.1.0.0 | | Add tags on your BoM to find it easily [mrp_bom_tracking](mrp_bom_tracking/) | 16.0.1.0.0 | | Logs any change to a BoM in the chatter [mrp_bom_version](mrp_bom_version/) | 16.0.1.0.0 | | BoM versioning +[mrp_bom_widget_section_and_note_one2many](mrp_bom_widget_section_and_note_one2many/) | 16.0.1.0.0 | [![quentinDupont](https://github.com/quentinDupont.png?size=30px)](https://github.com/quentinDupont) | Add section and note in Bills of Materials [mrp_default_workorder_time](mrp_default_workorder_time/) | 16.0.1.0.0 | [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Adds an MRP default workorder time [mrp_lot_number_propagation](mrp_lot_number_propagation/) | 16.0.1.0.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Propagate a serial number from a component to a finished product [mrp_lot_production_date](mrp_lot_production_date/) | 16.0.1.0.0 | | MRP Lot Production Date diff --git a/mrp_bom_widget_section_and_note_one2many/README.rst b/mrp_bom_widget_section_and_note_one2many/README.rst index d37be4442..1d7c9dcb2 100644 --- a/mrp_bom_widget_section_and_note_one2many/README.rst +++ b/mrp_bom_widget_section_and_note_one2many/README.rst @@ -7,7 +7,7 @@ MRP Widget Section and Note in BoM !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:bb2aa89fcc9b9042b2a6dc68a120993a26cde6ccf190e44407a353f9c59e8b56 + !! source digest: sha256:63a15ea536f0957f0fc9c888073363e9def8a2984daa7d14d663325076e43c37 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -100,6 +100,14 @@ 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. +.. |maintainer-quentinDupont| image:: https://github.com/quentinDupont.png?size=40px + :target: https://github.com/quentinDupont + :alt: quentinDupont + +Current `maintainer `__: + +|maintainer-quentinDupont| + This module is part of the `OCA/manufacture `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mrp_bom_widget_section_and_note_one2many/static/description/index.html b/mrp_bom_widget_section_and_note_one2many/static/description/index.html index 1be818b14..b84bdd991 100644 --- a/mrp_bom_widget_section_and_note_one2many/static/description/index.html +++ b/mrp_bom_widget_section_and_note_one2many/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:bb2aa89fcc9b9042b2a6dc68a120993a26cde6ccf190e44407a353f9c59e8b56 +!! source digest: sha256:63a15ea536f0957f0fc9c888073363e9def8a2984daa7d14d663325076e43c37 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

In a similar way to invoices, this module adds the possibility to add sections @@ -441,10 +441,14 @@ 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.

+

Current maintainer:

+

quentinDupont

This module is part of the OCA/manufacture project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index c1aa72c8f..797d424d8 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241112.0 \ No newline at end of file +16.0.20241113.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f51ea6789..2a0df3d3f 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -19,6 +19,7 @@ setuptools.setup( 'odoo-addon-mrp_bom_tag>=16.0dev,<16.1dev', 'odoo-addon-mrp_bom_tracking>=16.0dev,<16.1dev', 'odoo-addon-mrp_bom_version>=16.0dev,<16.1dev', + 'odoo-addon-mrp_bom_widget_section_and_note_one2many>=16.0dev,<16.1dev', 'odoo-addon-mrp_default_workorder_time>=16.0dev,<16.1dev', 'odoo-addon-mrp_lot_number_propagation>=16.0dev,<16.1dev', 'odoo-addon-mrp_lot_production_date>=16.0dev,<16.1dev',