From 5e9277002024dfefa8379ea27db3228d6f96455e Mon Sep 17 00:00:00 2001 From: Ajmalcybrosys Date: Fri, 12 Apr 2019 14:37:22 +0530 Subject: [PATCH] [ADD] Initial Commit --- product_volume/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_volume/__manifest__.py b/product_volume/__manifest__.py index 043394dc8..4049c0898 100755 --- a/product_volume/__manifest__.py +++ b/product_volume/__manifest__.py @@ -18,7 +18,7 @@ ############################################################################## { - 'name': 'Product Dimensions', + 'name': 'Product Volume Calculation', 'version': '11.0.1.0.0', 'summary': """This module will helps you to give dimensions of the product.""", 'description': "Module helps you to manage the length, breadth and height of the product and calculates its volume accordingily.",