[MIG] product_mrp_info: Migration to 13.0

Co-Authored-By: Héctor Villarreal Ortega <hector.villarreal@forgeflow.com>
This commit is contained in:
sudhir-erpharbor
2019-10-11 15:05:54 +05:30
committed by Héctor Vi Or
parent a1840a5ed4
commit cadc98f0d0
10 changed files with 132 additions and 117 deletions

View File

@@ -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,
}