From cdd56be250acd1352d97ed029fc552194ec0a3da Mon Sep 17 00:00:00 2001 From: Sayooj Date: Tue, 14 Mar 2023 14:39:20 +0530 Subject: [PATCH] Mar 14 : [UPDT] Manifest Update 'customer_geolocation' --- customer_geolocation/__manifest__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/customer_geolocation/__manifest__.py b/customer_geolocation/__manifest__.py index 3ba2a5412..12f98c6e5 100644 --- a/customer_geolocation/__manifest__.py +++ b/customer_geolocation/__manifest__.py @@ -20,7 +20,7 @@ # ############################################################################# { - 'name': "Geolocation Website", + 'name': "Customer Geolocation In Website", 'version': '16.0.1.0.0 ', 'depends': ['base', 'website', 'website_google_map', 'portal'], 'author': 'Cybrosys Techno Solutions', @@ -29,7 +29,7 @@ 'images': ['static/description/banner.png'], 'website': 'https://www.cybrosys.com', 'category': 'Website', - 'description': "Geolocation is very useful to users", + 'description': "This helps customer to add their address through map and locate the address", 'summary': 'Geolocation In website. ' 'This helps customer to add their address through map and locate the address.', 'assets': { @@ -37,11 +37,9 @@ 'customer_geolocation/static/src/css/cust_geolocation.css', ], }, - 'data': [ 'views/portal_templates.xml', ], - 'external_dependencies': { 'python': ['pytz', 'geopy'], },