[12.0][NEW] web_widget_plotly_chart

This commit is contained in:
Roberto Fichera
2019-09-10 11:40:22 +02:00
parent 35e598f184
commit 3e77cd1a0a
13 changed files with 712 additions and 0 deletions

View 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>