Files
manufacture/mrp_operations_start_without_material/__openerp__.py
2016-08-07 20:14:39 +07:00

23 lines
656 B
Python

# -*- coding: utf-8 -*-
# © 2015 Daniel Campos
# © 2015 Pedro M. Baeza
# © 2015 Ana Juaristi
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "MRP Operations start without material",
"version": "8.0.1.0.1",
"author": "Tecnativa,"
"AvanzOSC,"
"OdooMRP Team,"
"Odoo Community Association (OCA)",
"website": "http://www.odoomrp.com",
"depends": ["mrp_operations_extension"],
"category": "Manufacturing",
"data": ['views/mrp_routing_view.xml',
'views/mrp_production_view.xml'
],
"installable": True,
"application": True
}