mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[12.0][NEW] web_widget_plotly_chart
This commit is contained in:
13
web_widget_plotly_chart/views/web_widget_plotly_chart.xml
Normal file
13
web_widget_plotly_chart/views/web_widget_plotly_chart.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user