mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
15 lines
633 B
Python
15 lines
633 B
Python
# Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "MRP Planned Order Matrix",
|
|
"summary": "Allows to create fixed planned orders on a grid view.",
|
|
"version": "13.0.1.0.0",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Warehouse Management",
|
|
"depends": ["mrp_multi_level", "web_widget_x2many_2d_matrix", "date_range"],
|
|
"data": ["wizards/mrp_planned_order_wizard_view.xml"],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
}
|