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 ', 'version': '16.0.1.0.0 ',
'depends': ['base', 'website', 'website_google_map', 'portal'], 'depends': ['base', 'website', 'website_google_map', 'portal'],
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
@ -29,7 +29,7 @@
'images': ['static/description/banner.png'], 'images': ['static/description/banner.png'],
'website': 'https://www.cybrosys.com', 'website': 'https://www.cybrosys.com',
'category': 'Website', '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. ' 'summary': 'Geolocation In website. '
'This helps customer to add their address through map and locate the address.', 'This helps customer to add their address through map and locate the address.',
'assets': { 'assets': {
@ -37,11 +37,9 @@
'customer_geolocation/static/src/css/cust_geolocation.css', 'customer_geolocation/static/src/css/cust_geolocation.css',
], ],
}, },
'data': [ 'data': [
'views/portal_templates.xml', 'views/portal_templates.xml',
], ],
'external_dependencies': { 'external_dependencies': {
'python': ['pytz', 'geopy'], 'python': ['pytz', 'geopy'],
}, },

Loading…
Cancel
Save