Files
stock-logistics-warehouse/stock_demand_estimate/__manifest__.py
2021-01-29 09:48:22 +01:00

20 lines
695 B
Python

# Copyright 2016-20 ForgeFlow S.L. (https://www.forgeflow.com)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Stock Demand Estimate",
"summary": "Allows to create demand estimates.",
"version": "13.0.1.1.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"development_status": "Production/Stable",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"depends": ["stock"],
"data": [
"security/ir.model.access.csv",
"security/stock_security.xml",
"views/stock_demand_estimate_view.xml",
],
"license": "LGPL-3",
"installable": True,
}