mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
26 lines
686 B
Python
26 lines
686 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2015 Oihane Crucelaegui - AvanzOSC
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
"name": "Notes in Bill of Materials",
|
|
"version": "9.0.1.0.0",
|
|
"author": "AvanzOSC,"
|
|
"Tecnativa, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "http://www.odoomrp.com",
|
|
"contributors": [
|
|
"Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>",
|
|
"Pedro M. Baeza <pedro.baeza@tecnativa.com>",
|
|
"Ana Juaristi <anajuaristi@avanzosc.es>",
|
|
],
|
|
"category": "Tools",
|
|
"depends": [
|
|
"mrp",
|
|
],
|
|
"data": [
|
|
"views/mrp_bom_view.xml",
|
|
],
|
|
'installable': True
|
|
}
|