[FIX] web_widget_x2many_2d_matrix: Init correctly the view

pull/2756/head
Pedro M. Baeza 2016-09-22 12:11:40 +02:00 committed by SodexisTeam
parent daa25cb505
commit bf1c32b2ce
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()
{
self.set_value(self.get_value());
self.renderElement();
});
},
});