# -*- 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 ", "Pedro M. Baeza ", "Ana Juaristi ", ], "depends": [ "mrp", ], "data": [ "views/mrp_production_view.xml", ], 'installable': True, }