Files
manufacture/mrp_production_note/__openerp__.py

27 lines
725 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 production orders",
"version": "9.0.1.0.0",
"category": "Tools",
"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@serviciosbaeza.com>",
"Ana Juaristi <anajuaristi@avanzosc.es>",
],
"depends": [
"mrp",
],
"data": [
"views/mrp_production_view.xml",
],
'installable': True,
}