mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -7,7 +7,7 @@ Stock MTS+MTO Rule
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:791baabb3f8a5a5f96b43ae5391c3fdc7e1c10c6f7dab415a45edcc3fc77bc9d
|
||||
!! source digest: sha256:9971decc476cec072cf72ff26c1fbb2d7c5dbeae5e8641db161677850c145ffb
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
||||
@@ -32,7 +32,7 @@ This module add a Make To Stock + Make to Order Route.
|
||||
|
||||
If you choose the make to stock + make to order rule instead of the make to
|
||||
order route, the creation of a purchase order will depend on the virtual stock.
|
||||
There are 3 cases :
|
||||
There are 3 cases (with the default splitting rule) :
|
||||
|
||||
1. The virtual stock of the product is 0
|
||||
=> It will act exactly like the make to order route.
|
||||
@@ -56,6 +56,10 @@ A sale Order is made for 3 products A.
|
||||
|
||||
After validation, a purchase order with 2 products will be created.
|
||||
|
||||
When using the No Split rule, the case 3 will not happen.
|
||||
When the virtual stock is less than the ordered quantity, the full quantity
|
||||
will be proucured through a make to order route (rule 1)
|
||||
|
||||
**Table of contents**
|
||||
|
||||
.. contents::
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "Stock MTS+MTO Rule",
|
||||
"summary": "Add a MTS+MTO route",
|
||||
"version": "14.0.1.1.1",
|
||||
"version": "14.0.1.2.0",
|
||||
"development_status": "Mature",
|
||||
"category": "Warehouse",
|
||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||
|
||||
@@ -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>
|
||||
@@ -367,13 +366,13 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:791baabb3f8a5a5f96b43ae5391c3fdc7e1c10c6f7dab415a45edcc3fc77bc9d
|
||||
!! source digest: sha256:9971decc476cec072cf72ff26c1fbb2d7c5dbeae5e8641db161677850c145ffb
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.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/stock-logistics-warehouse/tree/14.0/stock_mts_mto_rule"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_mts_mto_rule"><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/stock-logistics-warehouse&target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module add a Make To Stock + Make to Order Route.</p>
|
||||
<p>If you choose the make to stock + make to order rule instead of the make to
|
||||
order route, the creation of a purchase order will depend on the virtual stock.
|
||||
There are 3 cases :</p>
|
||||
There are 3 cases (with the default splitting rule) :</p>
|
||||
<ol class="arabic simple">
|
||||
<li><dl class="first docutils">
|
||||
<dt>The virtual stock of the product is 0</dt>
|
||||
@@ -405,6 +404,9 @@ A sale Order is made for 3 products A.
|
||||
<li>1 with a make to order rule and a quantity of 2.</li>
|
||||
</ol>
|
||||
<p>After validation, a purchase order with 2 products will be created.</p>
|
||||
<p>When using the No Split rule, the case 3 will not happen.
|
||||
When the virtual stock is less than the ordered quantity, the full quantity
|
||||
will be proucured through a make to order route (rule 1)</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
|
||||
Reference in New Issue
Block a user