3
0
Fork 0

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

14.0
Roberto Fichera 2019-09-09 13:22:33 +02:00 committed by Lois Rilo
parent 39ca1aebed
commit 4372f59b9a
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);
}