mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
20 lines
544 B
XML
20 lines
544 B
XML
<odoo>
|
|
<template id="assets_backend" inherit_id="web.assets_backend">
|
|
<xpath expr="//script[last()]" position="after">
|
|
|
|
<!-- Library -->
|
|
<script
|
|
type="text/javascript"
|
|
src="/web_widget_plotly_chart/static/lib/plotly/plotly-latest.min.js"
|
|
/>
|
|
|
|
<!-- Widget -->
|
|
<script
|
|
type="text/javascript"
|
|
src="/web_widget_plotly_chart/static/src/js/widget_plotly.js"
|
|
/>
|
|
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|