Add stock_available_stock_mts_mto_rule

This is a glue module between `stock_mts_mto_rule` and `stock_avaiable`.
It will use the `immediately_usable_qty` field to compute the split for the
mts mto rule, instead of the `virtual_available` value.
This commit is contained in:
Thierry Ducrest
2024-04-24 10:24:02 +02:00
parent a4595be8df
commit 7d13570d79
10 changed files with 538 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../../stock_available_stock_mts_mto_rule

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)