mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
12 lines
386 B
XML
12 lines
386 B
XML
<odoo>
|
|
<!-- Prefixed Widget Asset-->
|
|
<template id="assets_widget_prefixed_url" inherit_id="web.assets_backend"
|
|
name="Widget Prefixed URL assets">
|
|
<xpath expr="." position="inside">
|
|
<script type="text/javascript"
|
|
src="/web_widget_prefixed_url/static/src/js/widget_prefixed_url.js"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|