Browse Source

Mar 14 : [UPDT] Manifest Update 'customer_geolocation'

pull/249/head
Sayooj 2 years ago
parent
commit
cdd56be250
  1. 6
      customer_geolocation/__manifest__.py

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

Loading…
Cancel
Save