summaryrefslogtreecommitdiff
path: root/ab_openstreetmap/__manifest__.py
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-12 19:26:46 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-12 19:26:46 +0700
commita921017a829ebef8442740fac964260d98566e6a (patch)
tree8954724c74fc7e5cfe6d9387b9113854863e6b82 /ab_openstreetmap/__manifest__.py
parent8ac5d556a6686c6b81d5e9178bff5d308e8f176f (diff)
(andri) try gmaps sebagai pengganti openstreetmaps
Diffstat (limited to 'ab_openstreetmap/__manifest__.py')
-rw-r--r--ab_openstreetmap/__manifest__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ab_openstreetmap/__manifest__.py b/ab_openstreetmap/__manifest__.py
index 745e57ab..9d76c34c 100644
--- a/ab_openstreetmap/__manifest__.py
+++ b/ab_openstreetmap/__manifest__.py
@@ -12,6 +12,6 @@
'category': 'Uncategorized',
'version': '0.1',
'depends': ['base'],
- "qweb": ['static/src/xml/openstreetmap_template.xml'],
+ "qweb": ['static/src/xml/googlemap_template.xml'],
'data': ['views/templates.xml'],
}