mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
16 lines
589 B
Python
16 lines
589 B
Python
# Copyright 2017-20 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
|
{
|
|
"name": "MRP BOM Location",
|
|
"summary": "Adds location field to Bill of Materials and its components.",
|
|
"version": "13.0.1.0.1",
|
|
"category": "Manufacture",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"application": False,
|
|
"depends": ["mrp"],
|
|
"data": ["views/mrp_view.xml", "views/report_mrpbomstructure.xml"],
|
|
"installable": True,
|
|
}
|