mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
20 lines
630 B
Python
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,
|
|
}
|