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'], },