mirror of https://github.com/OCA/web.git
10 lines
373 B
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>
|