[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 Lois Rilo
parent f55c2f2602
commit fb31c0a7b7

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