diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-13 08:44:56 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-13 08:44:56 +0700 |
| commit | 34759639fa2db3b28bac410e24984775ce823ac5 (patch) | |
| tree | 90a711275a44fa8c3682dcd192ed8fedefa0d710 /ab_openstreetmap/static/src/xml/googlemap_template.xml | |
| parent | a921017a829ebef8442740fac964260d98566e6a (diff) | |
(andri) fix deprecated fungsi maps pada module custom
Diffstat (limited to 'ab_openstreetmap/static/src/xml/googlemap_template.xml')
| -rw-r--r-- | ab_openstreetmap/static/src/xml/googlemap_template.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ab_openstreetmap/static/src/xml/googlemap_template.xml b/ab_openstreetmap/static/src/xml/googlemap_template.xml index 845be418..3a80a4f2 100644 --- a/ab_openstreetmap/static/src/xml/googlemap_template.xml +++ b/ab_openstreetmap/static/src/xml/googlemap_template.xml @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <templates id="template" xml:space="preserve"> <t t-name="googlemap_template"> - <div class="o_google_map_wrapper" style="height: 400px; width: 100%;"> - <div id="mapid" style="height: 100%; width: 100%;"></div> - </div> + <div id="mapid" style="height: 400px; width: 100%;"></div> </t> </templates> |
