mirror of https://github.com/OCA/web.git
commit
356451b1f4
|
@ -12,10 +12,10 @@ odoo.define('web_pivot_computed_measure.PivotController', function (require) {
|
||||||
|
|
||||||
|
|
||||||
PivotController.include({
|
PivotController.include({
|
||||||
custom_events: {
|
custom_events: _.extend({}, PivotController.prototype.custom_events, {
|
||||||
'add_measure': '_onAddMeasure',
|
add_measure: '_onAddMeasure',
|
||||||
'remove_measure': '_onRemoveMeasure',
|
remove_measure: '_onRemoveMeasure',
|
||||||
},
|
}),
|
||||||
|
|
||||||
computed_measures_open: false,
|
computed_measures_open: false,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue