From 4b0687a9bb49b61d30cc9ff6df8665fb2e400174 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Wed, 24 Apr 2024 07:28:11 +0000
Subject: [PATCH] [BOT] post-merge updates
---
README.md | 2 +-
stock_mts_mto_rule/README.rst | 8 ++++++--
stock_mts_mto_rule/__manifest__.py | 2 +-
stock_mts_mto_rule/static/description/index.html | 8 +++++---
4 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index fd69b326a576..9a6191f2e891 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ addon | version | maintainers | summary
[stock_move_common_dest](stock_move_common_dest/) | 14.0.1.0.1 | | Adds field for common destination moves
[stock_move_location](stock_move_location/) | 14.0.1.4.3 | | This module allows to move all stock in a stock location to an other one.
[stock_mts_mto_mrp_rule](stock_mts_mto_mrp_rule/) | 14.0.1.0.1 | [![geomer198](https://github.com/geomer198.png?size=30px)](https://github.com/geomer198) [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](https://github.com/CetmixGitDrone) | Stock MTS+MTO MRP Rule
-[stock_mts_mto_rule](stock_mts_mto_rule/) | 14.0.1.1.1 | | Add a MTS+MTO route
+[stock_mts_mto_rule](stock_mts_mto_rule/) | 14.0.1.2.0 | | Add a MTS+MTO route
[stock_orderpoint_generator](stock_orderpoint_generator/) | 14.0.1.0.0 | | Mass configuration of stock order points
[stock_orderpoint_manual_procurement](stock_orderpoint_manual_procurement/) | 14.0.1.0.5 | | Allows to create procurement orders from orderpoints instead of relying only on the scheduler.
[stock_orderpoint_manual_procurement_uom](stock_orderpoint_manual_procurement_uom/) | 14.0.1.0.2 | | Glue module for stock_orderpoint_uom and stock_orderpoint_manual_procurement
diff --git a/stock_mts_mto_rule/README.rst b/stock_mts_mto_rule/README.rst
index e663aa736edd..6341a4aa7195 100644
--- a/stock_mts_mto_rule/README.rst
+++ b/stock_mts_mto_rule/README.rst
@@ -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::
diff --git a/stock_mts_mto_rule/__manifest__.py b/stock_mts_mto_rule/__manifest__.py
index beaa759bc142..b2e01b8be7bd 100644
--- a/stock_mts_mto_rule/__manifest__.py
+++ b/stock_mts_mto_rule/__manifest__.py
@@ -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",
diff --git a/stock_mts_mto_rule/static/description/index.html b/stock_mts_mto_rule/static/description/index.html
index 42eecf5c680b..f87a6d946f3e 100644
--- a/stock_mts_mto_rule/static/description/index.html
+++ b/stock_mts_mto_rule/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -367,13 +366,13 @@ 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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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) :
- The virtual stock of the product is 0
@@ -405,6 +404,9 @@ Stock MTS+MTO Rule
- 1 with a make to order rule and a quantity of 2.
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