mirror of https://github.com/OCA/web.git
[FIX] web_widget_x2many_2d_matrix: total cell calculation
parent
31861c7bf2
commit
71654f1fc3
|
@ -4,7 +4,7 @@
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
{
|
{
|
||||||
'name': '2D matrix for x2many fields',
|
'name': '2D matrix for x2many fields',
|
||||||
'version': '12.0.1.0.1',
|
'version': '12.0.1.0.2',
|
||||||
'author': (
|
'author': (
|
||||||
'Therp BV, '
|
'Therp BV, '
|
||||||
'Tecnativa, '
|
'Tecnativa, '
|
||||||
|
|
|
@ -417,7 +417,7 @@ odoo.define('web_widget_x2many_2d_matrix.X2Many2dMatrixRenderer', function (requ
|
||||||
// Nothing to do
|
// Nothing to do
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.total.value += column.aggregate.value;
|
this.total.aggregate.value += column.aggregate.value;
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue