mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
22 lines
671 B
Python
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,
|
|
}
|