[FIX] web_widget_x2many_2d_matrix: Init correctly the view

This commit is contained in:
Pedro M. Baeza
2016-09-22 12:11:40 +02:00
committed by Simone Orsi
parent a517b40c87
commit 491b210416

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