[16.0][IMP] clarification for usage and description

This commit is contained in:
Quentin Dupont
2024-07-11 17:39:47 +02:00
parent 144f56e01e
commit 0d101cc9b0
6 changed files with 49 additions and 8 deletions

View File

@@ -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
===========

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
@@ -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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/manufacture/tree/16.0/mrp_sale_info"><img alt="OCA/manufacture" src="https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/manufacture-16-0/manufacture-16-0-mrp_sale_info"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/manufacture&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>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.</p>
<p>This module extends the functionality of Odoo for adding related fields to
Manufacturing Orders and Work Orders:</p>
<blockquote>
@@ -395,7 +397,18 @@ Manufacturing Orders and Work Orders:</p>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
<p>New fields are displayed in tree and in form views (Extra information tab).</p>
<p>To see this module effect :
- Unarchive <cite>Replenish on Order (MTO)</cite> in Inventory &gt; Configuration &gt; Routes
- Create a new Product with no stock
- Set Routes for this new Product : go to <cite>Inventory</cite> notebook and tick <cite>Replenish on Order (MTO)</cite> and <cite>Manufacture</cite>
- Create a Sale with this product
- It will trigger a new Manufacturing Order</p>
<div class="figure">
<img alt="https://raw.githubusercontent.com/OCA/manufacture/16.0/mrp_sale_info/static/description/bom_purchase_printing_wizard.png" src="https://raw.githubusercontent.com/OCA/manufacture/16.0/mrp_sale_info/static/description/bom_purchase_printing_wizard.png" />
</div>
<div class="figure">
<img alt="https://raw.githubusercontent.com/OCA/manufacture/16.0/mrp_sale_info/static/description/sale_order_production_order_link.jpeg" src="https://raw.githubusercontent.com/OCA/manufacture/16.0/mrp_sale_info/static/description/sale_order_production_order_link.jpeg" />
</div>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
@@ -437,7 +450,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>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.</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB