Files
manufacture/mrp_request_bom_structure/__manifest__.py
2020-12-28 19:19:17 +01:00

22 lines
609 B
Python
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# © 2020 David BEAL @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "MRP Request Bom Structure",
"version": "12.0.1.0.0",
"license": "AGPL-3",
"author": "Akretion,"
"Odoo Community Association (OCA)",
"summary": "Shortcut between Manufacturing Request and Bom report",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"depends": [
"mrp_production_request",
],
"data": [
"data/config_parameter.xml",
"views/mrp_request.xml",
],
"installable": True
}