[FIX] web_widget_x2many_2d_matrix: Use existing value in load_views

This commit is contained in:
Pedro M. Baeza
2016-09-21 20:39:15 +02:00
committed by Lois Rilo
parent ec59e753c5
commit 500035ee37

View File

@@ -449,7 +449,7 @@ odoo.define('web_widget_x2many_2d_matrix.widget', function (require) {
return $.when(result).then(function() return $.when(result).then(function()
{ {
self.set_value(false); self.set_value(self.get_value());
}); });
}, },
}); });