Skip to Content
मेन्यू
This question has been flagged
1 Reply
4160 Views

I've added a button to the Tree view, and in the action method I want to get active_ids

ListController.include({

renderButtons: function () {
this._super.apply(this, arguments);
if (this.$buttons) {
this.$buttons.find('.o_export_payslip').click(this.proxy('export_payslip'));
}
},

export_payslip: function () {
var self = this
console.log(this)
self.do_action({
.......

});
}

});
Avatar
Discard
Author Best Answer

I found it 

self.getSelectedIds()
Avatar
Discard
Related Posts Replies Views Activity
1
नव॰ 22
2853
0
अक्तू॰ 22
82
2
सित॰ 21
7611
0
दिस॰ 20
134
0
सित॰ 20
2604