mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
21 lines
578 B
Python
21 lines
578 B
Python
# © 2015 Oihane Crucelaegui - AvanzOSC
|
|
# License AGPL-3 - See https://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
"name": "Notes in Bill of Materials",
|
|
"version": "16.0.1.1.0",
|
|
"license": "AGPL-3",
|
|
"author": "OdooMRP team,"
|
|
"AvanzOSC,"
|
|
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"category": "Manufacturing",
|
|
"depends": ["mrp"],
|
|
"data": [
|
|
"views/mrp_bom_view.xml",
|
|
"views/mrp_production_templates.xml",
|
|
],
|
|
"installable": True,
|
|
}
|