Files
stock-logistics-warehouse/stock_available_immediately_exclude_location/__manifest__.py
2024-09-04 11:19:39 +00:00

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": "14.0.1.0.1",
"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,
}