mirror of https://github.com/OCA/web.git
14 lines
470 B
XML
14 lines
470 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"></script>
|
|
|
|
<!-- Widget -->
|
|
<script type="text/javascript" src="/web_widget_plotly_chart/static/src/js/widget_plotly.js"></script>
|
|
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|