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

Can we use the header button (workflow button) to enter edit mode? I have tried


instance.web.FormView.include({

        init: function() {

            this._super.apply(this, arguments);

        },

        events: {

            "click .resume_consultation": "resume_consultation",

        },

        resume_consultation : function(ev) {

            ev.preventDefault();

            ev.stopPropagation();

        }

    })

Avatar
Discard
Related Posts Replies Views Activity
0
अप्रैल 24
1959
4
नव॰ 23
6065
0
अक्तू॰ 23
1811
0
दिस॰ 22
2713
2
दिस॰ 23
19493