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