Skip to Content
मेन्यू
This question has been flagged
2394 Views

I created a button in xml






in JS i gave like

ListController.include({
renderButtons: function($node) {
this._super.apply(this, arguments);
if (this.$buttons) {
this.$buttons.find('.oe_edit_button').click(this.proxy('edit_def'));
}
},

edit_def: function () {
if (this.mode === 'readonly') {
            this._setMode('edit');
            this.controlPanelProps.view.arch.attrs['editable']='top';
}
}
});

but when i click the button mode is set to edit and i created an attrs editable='top'

but its not working

can some one help me out with it

Thanks

Avatar
Discard
Related Posts Replies Views Activity
1
अक्तू॰ 23
1582
2
जुल॰ 19
8947
6
अक्तू॰ 24
50255
2
मई 24
2413
0
दिस॰ 23
1862