mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
21 lines
599 B
Python
21 lines
599 B
Python
# -*- coding: utf-8 -*-
|
|
# 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": "9.0.1.0.0",
|
|
"category": "Manufacture",
|
|
"website": "https://odoo-community.org/",
|
|
"author": "Eficent, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"mrp",
|
|
],
|
|
"data": [
|
|
"views/mrp_view.xml",
|
|
],
|
|
}
|