3
0
Fork 0

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

17.0
Roberto Fichera 2019-09-09 13:22:33 +02:00 committed by DavidJForgeFlow
parent dcc699ca53
commit 9124107203
1 changed files with 1 additions and 1 deletions

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);
}