Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1998 Visualizações

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
abr. 24
1957
4
nov. 23
6056
0
out. 23
1800
0
dez. 22
2700
2
dez. 23
19481