diff --git a/mrp_sale_info/README.rst b/mrp_sale_info/README.rst index 7bf3407fc..974b494a5 100644 --- a/mrp_sale_info/README.rst +++ b/mrp_sale_info/README.rst @@ -28,6 +28,9 @@ MRP Sale Info |badge1| |badge2| |badge3| |badge4| |badge5| +When a product is set with right Routes (Replenish on Order (MTO) and Manufacture), a Sale +of this Product can trigger a Manufacturing Order if there is not enough product on stock. + This module extends the functionality of Odoo for adding related fields to Manufacturing Orders and Work Orders: @@ -36,6 +39,7 @@ Manufacturing Orders and Work Orders: * Commitment Date * Customer Reference + **Table of contents** .. contents:: @@ -44,7 +48,16 @@ Manufacturing Orders and Work Orders: Usage ===== -New fields are displayed in tree and in form views (Extra information tab). +To see this module effect : +- Unarchive `Replenish on Order (MTO)` in Inventory > Configuration > Routes +- Create a new Product with no stock +- Set Routes for this new Product : go to `Inventory` notebook and tick `Replenish on Order (MTO)` and `Manufacture` +- Create a Sale with this product +- It will trigger a new Manufacturing Order + +.. figure:: https://raw.githubusercontent.com/OCA/manufacture/16.0/mrp_sale_info/static/description/bom_purchase_printing_wizard.png + +.. figure:: https://raw.githubusercontent.com/OCA/manufacture/16.0/mrp_sale_info/static/description/sale_order_production_order_link.jpeg Bug Tracker =========== diff --git a/mrp_sale_info/readme/DESCRIPTION.rst b/mrp_sale_info/readme/DESCRIPTION.rst index 7d7adfda2..9e3cdda13 100644 --- a/mrp_sale_info/readme/DESCRIPTION.rst +++ b/mrp_sale_info/readme/DESCRIPTION.rst @@ -1,3 +1,6 @@ +When a product is set with right Routes (Replenish on Order (MTO) and Manufacture), a Sale +of this Product can trigger a Manufacturing Order if there is not enough product on stock. + This module extends the functionality of Odoo for adding related fields to Manufacturing Orders and Work Orders: @@ -5,3 +8,4 @@ Manufacturing Orders and Work Orders: * Customer * Commitment Date * Customer Reference + diff --git a/mrp_sale_info/readme/USAGE.rst b/mrp_sale_info/readme/USAGE.rst index e4863f588..64163ec8f 100644 --- a/mrp_sale_info/readme/USAGE.rst +++ b/mrp_sale_info/readme/USAGE.rst @@ -1 +1,10 @@ -New fields are displayed in tree and in form views (Extra information tab). +To see this module effect : +- Unarchive `Replenish on Order (MTO)` in Inventory > Configuration > Routes +- Create a new Product with no stock +- Set Routes for this new Product : go to `Inventory` notebook and tick `Replenish on Order (MTO)` and `Manufacture` +- Create a Sale with this product +- It will trigger a new Manufacturing Order + +.. figure:: ../static/description/bom_purchase_printing_wizard.png + +.. figure:: ../static/description/sale_order_production_order_link.jpeg diff --git a/mrp_sale_info/static/description/index.html b/mrp_sale_info/static/description/index.html index eefebf9f4..643cbd392 100644 --- a/mrp_sale_info/static/description/index.html +++ b/mrp_sale_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 { @@ -370,6 +370,8 @@ ul.auto-toc { !! source digest: sha256:0b9b018d3244844e65691844457e6cd19fd9cc54b944c030bbb39dac83f508fc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

+

When a product is set with right Routes (Replenish on Order (MTO) and Manufacture), a Sale +of this Product can trigger a Manufacturing Order if there is not enough product on stock.

This module extends the functionality of Odoo for adding related fields to Manufacturing Orders and Work Orders:

@@ -395,7 +397,18 @@ Manufacturing Orders and Work Orders:

Usage

-

New fields are displayed in tree and in form views (Extra information tab).

+

To see this module effect : +- Unarchive Replenish on Order (MTO) in Inventory > Configuration > Routes +- Create a new Product with no stock +- Set Routes for this new Product : go to Inventory notebook and tick Replenish on Order (MTO) and Manufacture +- Create a Sale with this product +- It will trigger a new Manufacturing Order

+
+https://raw.githubusercontent.com/OCA/manufacture/16.0/mrp_sale_info/static/description/bom_purchase_printing_wizard.png +
+
+https://raw.githubusercontent.com/OCA/manufacture/16.0/mrp_sale_info/static/description/sale_order_production_order_link.jpeg +

Bug Tracker

@@ -437,7 +450,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_sale_info/static/product_form_routes.png b/mrp_sale_info/static/product_form_routes.png new file mode 100644 index 000000000..6af7e33f9 Binary files /dev/null and b/mrp_sale_info/static/product_form_routes.png differ diff --git a/mrp_sale_info/static/sale_order_production_order_link.jpeg b/mrp_sale_info/static/sale_order_production_order_link.jpeg new file mode 100644 index 000000000..dd4ac34b2 Binary files /dev/null and b/mrp_sale_info/static/sale_order_production_order_link.jpeg differ