mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
31 lines
810 B
Python
31 lines
810 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2015 Oihane Crucelaegui - AvanzOSC
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
"name": "MRP - Partner production notes",
|
|
"version": "9.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"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": [
|
|
"sale",
|
|
"mrp_production_note",
|
|
],
|
|
"data": [
|
|
"views/res_partner_view.xml",
|
|
],
|
|
"images": [
|
|
"images/partner_note.png",
|
|
],
|
|
"installable": True,
|
|
}
|