diff --git a/mrp_bom_produce_delay/README.rst b/mrp_bom_produce_delay/README.rst index a56124a93..17f462bd5 100644 --- a/mrp_bom_produce_delay/README.rst +++ b/mrp_bom_produce_delay/README.rst @@ -7,7 +7,7 @@ MRP BoM Produce Delay !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5567383e2a32eb28f75721946f2e749bd433fe30144ce170da83c9fba8c0725d + !! source digest: sha256:92385328224f3d6f30f1d9454dca54a539efe3f6c1b0f9953e2ecb1ceaa10b3e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -31,8 +31,10 @@ MRP BoM Produce Delay This module is designed to better respond to the flow of certain users who think about their production time when creating a bill of materials. -It adds Product Delay in BoM, and changes in BoM field will affect Product -Produce Delay. +It adds `Produce Delay` in BoM. +Changes in BoM field will affect Product `Produce Delay`. +It works better on single-BoM-per-Product context : indeed changing `Produce Delay` +on BoM-A will change the value on BoM-B. .. figure:: https://raw.githubusercontent.com/OCA/manufacture/16.0/mrp_bom_produce_delay/static/description/mrp_bom_produce_delay.png diff --git a/mrp_bom_produce_delay/i18n/fr.po b/mrp_bom_produce_delay/i18n/fr.po index 42feecc0d..16be216d3 100644 --- a/mrp_bom_produce_delay/i18n/fr.po +++ b/mrp_bom_produce_delay/i18n/fr.po @@ -36,8 +36,8 @@ msgstr "Délai de fabrication" #. module: mrp_bom_produce_delay #: model_terms:ir.ui.view,arch_db:mrp_bom_produce_delay.view_mrp_bom_form -msgid "Product Manuf. Lead Time" -msgstr "Délai de fabrication du produit" +msgid "Lead Time" +msgstr "Délai de fabrication" #. module: mrp_bom_produce_delay #: model_terms:ir.ui.view,arch_db:mrp_bom_produce_delay.view_mrp_bom_form diff --git a/mrp_bom_produce_delay/readme/DESCRIPTION.rst b/mrp_bom_produce_delay/readme/DESCRIPTION.rst index e0bee5abf..bfca9a47e 100644 --- a/mrp_bom_produce_delay/readme/DESCRIPTION.rst +++ b/mrp_bom_produce_delay/readme/DESCRIPTION.rst @@ -1,7 +1,9 @@ This module is designed to better respond to the flow of certain users who think about their production time when creating a bill of materials. -It adds Product Delay in BoM, and changes in BoM field will affect Product -Produce Delay. +It adds `Produce Delay` in BoM. +Changes in BoM field will affect Product `Produce Delay`. +It works better on single-BoM-per-Product context : indeed changing `Produce Delay` +on BoM-A will change the value on BoM-B. .. figure:: ../static/description/mrp_bom_produce_delay.png diff --git a/mrp_bom_produce_delay/static/description/index.html b/mrp_bom_produce_delay/static/description/index.html index 467fc99bd..a4e931cf0 100644 --- a/mrp_bom_produce_delay/static/description/index.html +++ b/mrp_bom_produce_delay/static/description/index.html @@ -9,10 +9,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 +276,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 +302,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,13 +368,15 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5567383e2a32eb28f75721946f2e749bd433fe30144ce170da83c9fba8c0725d +!! source digest: sha256:92385328224f3d6f30f1d9454dca54a539efe3f6c1b0f9953e2ecb1ceaa10b3e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module is designed to better respond to the flow of certain users who think about their production time when creating a bill of materials.

-

It adds Product Delay in BoM, and changes in BoM field will affect Product -Produce Delay.

+

It adds Produce Delay in BoM. +Changes in BoM field will affect Product Produce Delay. +It works better on single-BoM-per-Product context : indeed changing Produce Delay +on BoM-A will change the value on BoM-B.

https://raw.githubusercontent.com/OCA/manufacture/16.0/mrp_bom_produce_delay/static/description/mrp_bom_produce_delay.png
@@ -414,7 +417,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.

diff --git a/mrp_bom_produce_delay/view/mrp_bom.xml b/mrp_bom_produce_delay/view/mrp_bom.xml index db9be9047..b250453ef 100644 --- a/mrp_bom_produce_delay/view/mrp_bom.xml +++ b/mrp_bom_produce_delay/view/mrp_bom.xml @@ -15,7 +15,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -