Files
manufacture/product_mrp_info/__manifest__.py
2024-08-02 07:41:03 +02:00

20 lines
630 B
Python

# Copyright 2019 ForgeFlow S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Product MRP Info",
"version": "16.0.1.0.0",
"development_status": "Beta",
"license": "LGPL-3",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"maintainers": ["LoisRForgeFlow"],
"summary": "Adds smart button in product form view linking to "
"manufacturing order list.",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"depends": ["mrp"],
"data": ["views/product_views.xml"],
"installable": True,
"application": False,
}