mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[12.0][IMP][web_widget_bokeh_chart] Render readonly the widget to permit dynamic updates
This commit is contained in:
committed by
Christopher Ormaza
parent
f9385e01ed
commit
558b1014c1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user