From 82bc47905ba8e7348fc082da3a0d8f7ea562937d Mon Sep 17 00:00:00 2001 From: David Beal Date: Thu, 7 Mar 2019 10:39:42 +0100 Subject: [PATCH] MIGR v12 mrp_no_product_template --- mrp_no_product_template_menu/__init__.py | 1 - mrp_no_product_template_menu/__manifest__.py | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/mrp_no_product_template_menu/__init__.py b/mrp_no_product_template_menu/__init__.py index 40a96af..e69de29 100644 --- a/mrp_no_product_template_menu/__init__.py +++ b/mrp_no_product_template_menu/__init__.py @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- diff --git a/mrp_no_product_template_menu/__manifest__.py b/mrp_no_product_template_menu/__manifest__.py index 2df7c38..8353d1e 100644 --- a/mrp_no_product_template_menu/__manifest__.py +++ b/mrp_no_product_template_menu/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2016 Akretion (Alexis de Lattre ) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). @@ -7,7 +6,7 @@ 'version': '10.0.1.0.0', 'category': 'Manufacturing', 'license': 'AGPL-3', - 'summary': "Remplace product.template menu entries by product.product menu entries", + 'summary': "Replace product.template menu entries by product.product menu entries", 'description': """ MRP No Product Template ======================= @@ -20,7 +19,8 @@ This module has been written by Alexis de Lattre from Akretion