Files
manufacture/mrp_multi_level_estimate/__manifest__.py
2022-07-13 15:47:29 +00:00

20 lines
723 B
Python

# Copyright 2019-20 ForgeFlow S.L. (http://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/Agpl.html).
{
"name": "MRP Multi Level Estimate",
"version": "14.0.1.0.3",
"development_status": "Beta",
"license": "AGPL-3",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"maintainers": ["LoisRForgeFlow"],
"summary": "Allows to consider demand estimates using MRP multi level.",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"depends": ["mrp_multi_level", "stock_demand_estimate_matrix"],
"data": ["views/product_mrp_area_views.xml"],
"installable": True,
"application": False,
"auto_install": True,
}