[FIX] web_widget_x2many_2d_matrix: Init correctly the view

pull/1731/head
Pedro M. Baeza 2016-09-22 12:11:40 +02:00 committed by Saran440
parent f4227b33d0
commit a642f1ef0e
1 changed files with 1 additions and 1 deletions

View File

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