mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
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:
@@ -0,0 +1 @@
|
||||
../../../../stock_available_stock_mts_mto_rule
|
||||
6
setup/stock_available_stock_mts_mto_rule/setup.py
Normal file
6
setup/stock_available_stock_mts_mto_rule/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user