mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
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.
13 lines
444 B
Python
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,
|
|
}
|