Files
manufacture/mrp_bom_location/__manifest__.py
2019-12-20 11:10:46 +01:00

20 lines
602 B
Python

# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "MRP BOM Location",
"summary": "Adds location field to Bill of Materials and its components.",
"version": "11.0.1.0.0",
"category": "Manufacture",
"website": "https://github.com/OCA/manufacture",
"author": "Eficent, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"depends": [
"mrp",
],
"data": [
"views/mrp_view.xml",
"views/report_mrpbomstructure.xml",
],
}