diff --git a/bi_view_editor/static/src/js/bve.js b/bi_view_editor/static/src/js/bve.js index f0ba2f8e..c5bbfa22 100644 --- a/bi_view_editor/static/src/js/bve.js +++ b/bi_view_editor/static/src/js/bve.js @@ -34,6 +34,7 @@ openerp.bi_view_editor = function (instance, local) { this.$el.find(".body .right").droppable("option", "disabled", false); this.$el.find('#clear').css('display', 'inline-block').click(function () { self.set_fields([]); + self.internal_set_value('[]'); }); this.$el.find('.search-bar input').keyup(function(e) { //Local filter