Files
stock-logistics-warehouse/stock_inventory_lockdown/__manifest__.py
2022-10-24 10:57:08 -04:00

17 lines
602 B
Python

# © 2013-2016 Numérigraphe SARL
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Inventory Lock Down",
"summary": "Lock down stock locations during inventories.",
"version": "14.0.1.0.0",
"development_status": "Mature",
"depends": ["stock"],
"author": "Numérigraphe, ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"images": ["images/move_error.png", "images/location_locked.png"],
"license": "AGPL-3",
"installable": True,
}