Files
manufacture/mrp_repair_discount/__openerp__.py
2016-10-14 01:21:24 +02:00

22 lines
671 B
Python

# -*- coding: utf-8 -*-
# © 2015 Nicola Malcontenti - Agile Business Group
# © 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "MRP Repair Discount",
"version": "8.0.1.0.0",
"category": "Manufactoring",
"license": "AGPL-3",
"author": "Agile Business Group, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "http://www.agilebg.com",
"contributors": [
"Nicola Malcontenti <nicola.malcontenti@gmail.com>",
],
'depends': ['mrp_repair'],
"data": ["views/mrp_repair_view.xml"],
"installable": True,
}