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

26 lines
892 B
Python

# -*- coding: utf-8 -*-
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Demand Estimate",
"summary": "Allows to create demand estimates.",
"version": "9.0.1.0.0",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "https://www.odoo-community.org",
"category": "Warehouse Management",
"depends": ["stock",
"web_widget_x2many_2d_matrix",
"date_range"
],
"data": ["security/ir.model.access.csv",
"security/stock_security.xml",
"views/stock_demand_estimate_view.xml",
"wizards/stock_demand_estimate_wizard_view.xml",
],
"license": "AGPL-3",
'installable': True,
'application': False,
}