mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
18 lines
555 B
Python
18 lines
555 B
Python
# Copyright (C) 2018 - TODAY, Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "MRP BoM Equivalences",
|
|
"summary": "Specify non-equivalent products to a part on a BOM",
|
|
"version": "11.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"category": "MRP",
|
|
"website": "http://www.opensourceintegrators.com",
|
|
"depends": ["mrp", "product_priority"],
|
|
"data": [
|
|
"views/mrp_view.xml",
|
|
],
|
|
"installable": True,
|
|
}
|