mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] pass computed totals to inheriting function
This commit is contained in:
committed by
Simone Orsi
parent
9590e24f5a
commit
6cc4fe601f
@@ -259,6 +259,11 @@ openerp.web_widget_x2many_2d_matrix = function(instance)
|
||||
});
|
||||
self.$el.find('.grand_total').text(
|
||||
self.format_xy_value(grand_total))
|
||||
return {
|
||||
totals_x: totals_x,
|
||||
totals_y: totals_y,
|
||||
grand_total: grand_total,
|
||||
};
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user