diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-12 19:26:46 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-12 19:26:46 +0700 |
| commit | a921017a829ebef8442740fac964260d98566e6a (patch) | |
| tree | 8954724c74fc7e5cfe6d9387b9113854863e6b82 /ab_openstreetmap/__manifest__.py | |
| parent | 8ac5d556a6686c6b81d5e9178bff5d308e8f176f (diff) | |
(andri) try gmaps sebagai pengganti openstreetmaps
Diffstat (limited to 'ab_openstreetmap/__manifest__.py')
| -rw-r--r-- | ab_openstreetmap/__manifest__.py | 2 |
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'], } |
