3
0
Fork 0

[FIX] web_widget_x2many_2d_matrix: Use existing value in load_views

17.0
Pedro M. Baeza 2016-09-21 20:39:15 +02:00 committed by SodexisTeam
parent bc89fd38f3
commit 1e8f27f176
1 changed files with 1 additions and 1 deletions

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