[12.0][IMP][web_widget_bokeh_chart] Render readonly the widget to permit dynamic updates

This commit is contained in:
Roberto Fichera
2019-09-09 13:22:33 +02:00
committed by Christopher Ormaza
parent f9385e01ed
commit 558b1014c1

View File

@@ -5,7 +5,7 @@ odoo.define('web_widget_bokeh_chart', function (require) {
var AbstractField = require('web.AbstractField');
var BokehChartWidget = AbstractField.extend({
start: function() {
_renderReadonly: function() {
var val = this.value;
this.$el.html(val);
}