Files
manufacture/product_mrp_info/__manifest__.py
sudhir-erpharbor cadc98f0d0 [MIG] product_mrp_info: Migration to 13.0
Co-Authored-By: Héctor Villarreal Ortega <hector.villarreal@forgeflow.com>
2022-12-19 17:56:35 +01: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": "13.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,
}