mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
15 lines
504 B
Python
15 lines
504 B
Python
# Copyright 2022 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Mrp subcontracting bom dual use",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Manufacturing",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["mrp_subcontracting"],
|
|
"installable": True,
|
|
"data": ["views/mrp_bom_view.xml"],
|
|
"maintainers": ["victoralmau"],
|
|
}
|