mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_widget_x2many_2d_matrix: Use existing value in load_views
This commit is contained in:
committed by
Lois Rilo
parent
ec59e753c5
commit
500035ee37
@@ -449,7 +449,7 @@ odoo.define('web_widget_x2many_2d_matrix.widget', function (require) {
|
||||
|
||||
return $.when(result).then(function()
|
||||
{
|
||||
self.set_value(false);
|
||||
self.set_value(self.get_value());
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user