[FIX] web_widget_x2many_2d_matrix: total cell calculation

This commit is contained in:
Alexey Pelykh
2019-02-05 08:02:00 +02:00
committed by Saran440
parent 23a2265fac
commit e6c8a42647
2 changed files with 2 additions and 2 deletions

View File

@@ -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));
},