mirror of https://github.com/OCA/web.git
[IMP] pass computed totals to inheriting function
parent
0119274720
commit
8d89b3ebdf
|
@ -259,6 +259,11 @@ openerp.web_widget_x2many_2d_matrix = function(instance)
|
||||||
});
|
});
|
||||||
self.$el.find('.grand_total').text(
|
self.$el.find('.grand_total').text(
|
||||||
self.format_xy_value(grand_total))
|
self.format_xy_value(grand_total))
|
||||||
|
return {
|
||||||
|
totals_x: totals_x,
|
||||||
|
totals_y: totals_y,
|
||||||
|
grand_total: grand_total,
|
||||||
|
};
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue