Files
manufacture/mrp_production_unreserve/__openerp__.py
2017-10-11 12:53:38 +02:00

21 lines
647 B
Python

# -*- coding: utf-8 -*-
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "MRP Production Unreserve",
"summary": "Allows you to unreserve Manufacturing Orders.",
"version": "9.0.1.0.0",
"category": "Manufacturing",
"website": "https://github.com/OCA/manufacture",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["mrp"],
"data": [
"views/mrp_production_view.xml",
"data/mrp_workflow.xml",
],
}