Files
manufacture/mrp_bom_location/__manifest__.py
Lois Rilo b7d3f64728 [13.0] mrp_bom_location: copyrights update
* eficent rebranded to forgeflow
* license changed to lgpl
2021-01-25 13:35:29 +01:00

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,
}