summaryrefslogtreecommitdiff
path: root/ab_openstreetmap/views
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-06-17 08:11:32 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-06-17 08:11:32 +0700
commita2a003a86379fab81b2df36cff5022e1d22a589d (patch)
tree72cb451d0793837d785b74beb79cfe5df000bfc4 /ab_openstreetmap/views
parentabd7da741c6eec02dbefa195b91dbedd70b3323e (diff)
parenta8460239603b7a73a185fec394b0f95ab0247207 (diff)
<miqdad> merge odoo-backup
Diffstat (limited to 'ab_openstreetmap/views')
-rw-r--r--ab_openstreetmap/views/templates.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ab_openstreetmap/views/templates.xml b/ab_openstreetmap/views/templates.xml
new file mode 100644
index 00000000..1f5a729b
--- /dev/null
+++ b/ab_openstreetmap/views/templates.xml
@@ -0,0 +1,9 @@
+<odoo>
+ <data>
+ <template id="assets_backend" inherit_id="web.assets_backend">
+ <xpath expr="." position="inside">
+ <script type="text/javascript" src="/ab_openstreetmap/static/src/js/googlemap_widget.js"/>
+ </xpath>
+ </template>
+ </data>
+</odoo>