mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
15 lines
495 B
Python
15 lines
495 B
Python
# Copyright 2023 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Exclude locations from immediately usable quantity",
|
|
"version": "16.0.1.0.0",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["stock_available_immediately"],
|
|
"data": ["views/stock_location.xml"],
|
|
"category": "Hidden",
|
|
"installable": True,
|
|
}
|