diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-06-16 01:39:22 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-06-16 01:39:22 +0000 |
| commit | 27bfdedcb547fdf9f4cca084c77f966375f748f0 (patch) | |
| tree | 627a7bf82b6f664037a62d4ffbf451262d0ad526 /ab_openstreetmap/views | |
| parent | b87f89b8af2731e02d6ab095c3e92e48b39b4f6c (diff) | |
| parent | df02e9c6f0db21b43ae25d77c7072a5dd15f9848 (diff) | |
Merged in biteship-v1 (pull request #329)
Biteship v1
Diffstat (limited to 'ab_openstreetmap/views')
| -rw-r--r-- | ab_openstreetmap/views/templates.xml | 9 |
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> |
