Files
manufacture/mrp_bom_equivalent/__manifest__.py
2018-02-06 15:15:34 -06:00

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