From a921017a829ebef8442740fac964260d98566e6a Mon Sep 17 00:00:00 2001 From: "Indoteknik ." Date: Thu, 12 Jun 2025 19:26:46 +0700 Subject: (andri) try gmaps sebagai pengganti openstreetmaps --- ab_openstreetmap/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ab_openstreetmap/__manifest__.py') 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'], } -- cgit v1.2.3