[FIX] web_widget_x2many_2d_matrix: Init correctly the view

pull/2110/head
Pedro M. Baeza 2016-09-22 12:11:40 +02:00 committed by Lois Rilo
parent f55c2f2602
commit fb31c0a7b7
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();
});
},
});