diff options
Diffstat (limited to 'ab_openstreetmap/views/templates.xml')
| -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> |
