[IMP] web_widget_mpld3_chart: Move js to owl

This commit is contained in:
BernatPForgeFlow
2023-11-13 10:09:12 +01:00
parent 6426fe127a
commit 972f688dbe
4 changed files with 35 additions and 26 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-name="web_widget_mpld3_chart.Mpld3ChartField" owl="1">
<t t-out="json_value.div" />
<script type="text/javascript" t-out="json_value.script" />
</t>
</templates>