mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
16 lines
563 B
Python
16 lines
563 B
Python
# Copyright 2017-19 Eficent Business and IT Consulting Services, S.L.
|
|
# (<https://www.eficent.com>)
|
|
# Copyright 2019 Rubén Bravo <rubenred18@gmail.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "MRP BOM Component Menu",
|
|
"version": "13.0.1.0.0",
|
|
"category": "Manufacturing",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"author": "Eficent," "Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["mrp"],
|
|
"data": ["views/mrp_bom_component_view.xml"],
|
|
}
|