web/web_widget_bokeh_chart/static/src/xml/bokeh.xml

10 lines
373 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<div t-ref="widget" t-name="web_widget_bokeh_chart.BokehChartField">
<t t-out="json_value.div" />
</div>
<div t-ref="widget" t-name="web_widget_bokeh_chart.BokehChartlJsonField">
<t t-out="markup(this.props.record.data[this.props.name].div)" />
</div>
</templates>