mirror of https://github.com/OCA/web.git
[FIX] web_widget_x2many_2d_matrix: Init correctly the view
parent
daa25cb505
commit
bf1c32b2ce
|
@ -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();
|
||||
});
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue