mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_widget_x2many_2d_matrix: total cell calculation
This commit is contained in:
@@ -417,7 +417,7 @@ odoo.define('web_widget_x2many_2d_matrix.X2Many2dMatrixRenderer', function (requ
|
||||
// Nothing to do
|
||||
}
|
||||
});
|
||||
this.total.value += column.aggregate.value;
|
||||
this.total.aggregate.value += column.aggregate.value;
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user