mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] product_mrp_info: Migration to 13.0
Co-Authored-By: Héctor Villarreal Ortega <hector.villarreal@forgeflow.com>
This commit is contained in:
committed by
Héctor Vi Or
parent
a1840a5ed4
commit
cadc98f0d0
@@ -1,23 +1,19 @@
|
||||
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
|
||||
# Copyright 2019 ForgeFlow S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
{
|
||||
"name": "Product MRP Info",
|
||||
"version": "12.0.1.0.0",
|
||||
"version": "13.0.1.0.0",
|
||||
"development_status": "Beta",
|
||||
"license": "LGPL-3",
|
||||
"author": "Eficent, Odoo Community Association (OCA)",
|
||||
"maintainers": ["lreficent"],
|
||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||
"maintainers": ["LoisRForgeFlow"],
|
||||
"summary": "Adds smart button in product form view linking to "
|
||||
"manufacturing order list.",
|
||||
"manufacturing order list.",
|
||||
"website": "https://github.com/OCA/manufacture",
|
||||
"category": "Manufacturing",
|
||||
"depends": [
|
||||
"mrp",
|
||||
],
|
||||
"data": [
|
||||
"views/product_views.xml",
|
||||
],
|
||||
"depends": ["mrp"],
|
||||
"data": ["views/product_views.xml"],
|
||||
"installable": True,
|
||||
"application": False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user