summaryrefslogtreecommitdiff
path: root/ab_openstreetmap/__manifest__.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-06-13 08:06:50 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-06-13 08:06:50 +0000
commit655512eee7016f2e321b9994455f87a4c8e91884 (patch)
tree361752527dde4be9c136f37a97ebec80f5dbfe4d /ab_openstreetmap/__manifest__.py
parent8ac5d556a6686c6b81d5e9178bff5d308e8f176f (diff)
parent80355d9de0d079ec2f1004efac0377b8c4bfa0eb (diff)
Merged in try-gmaps (pull request #333)
Try gmaps
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'],
}