Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
9
web_widget_bokeh_chart/static/src/xml/bokeh.xml
Executable file
9
web_widget_bokeh_chart/static/src/xml/bokeh.xml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user