Files
Thierry Ducrest 7d13570d79 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.
2024-05-22 11:00:05 +02:00

13 lines
444 B
Python

# Copyright 2024 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Avaiable Stock Mts Mto Rule",
"version": "14.0.1.0.0",
"depends": ["stock_available", "stock_mts_mto_rule"],
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Hidden",
"installable": True,
}