Ir al contenido
Menú
Se marcó esta pregunta
2008 Vistas

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
abr 24
1957
4
nov 23
6060
0
oct 23
1800
0
dic 22
2704
2
dic 23
19485