Files
manufacture/mrp_unbuild_tracked_raw_material/__manifest__.py

18 lines
624 B
Python

# Copyright (C) 2019 Akretion (http://www.akretion.com). All Rights Reserved
# @author David BEAL <david.beal@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Mrp Unbuild Tracked Raw Material",
"summary": "Allow to unbuild tracked purchased products",
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"depends": ["mrp"],
"maintainers": ["bealdav"],
"data": ["views/product_view.xml"],
"installable": True,
}