mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
17 lines
576 B
Python
17 lines
576 B
Python
# Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Stock Location Warehouse",
|
|
"version": "14.0.1.0.0",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"summary": "Warehouse associated with a location",
|
|
"category": "Stock Management",
|
|
"depends": ["stock"],
|
|
"data": ["views/stock_location.xml"],
|
|
"installable": True,
|
|
"development_status": "Alpha",
|
|
"license": "LGPL-3",
|
|
}
|