Ir al contenido
Menú
Se marcó esta pregunta

i have tried this code in odoo 10 community but not working, what is my fault,.........



openerp.module_name= function (instance) {

        var _t = instance.web._t, QWeb = instance.web.qweb;

            instance.web.FormView = instance.web.FormView.include({

            init: function() {
                    this._super.apply(this, arguments);
                    console.log("ttttttttttttttttttt"+this.getParent().dataset.model);
                },
               

           events: {
             'click #target': 'button_clicked',
            },
    
          button_clicked : function(ev) { 
              console.log("tttttttt");
              ev.preventDefault();
              ev.stopPropagation();
              console.log("test 333333333333");
                 
                  });         
             
          },
     
     });
     
  };

Avatar
Descartar
Autor

????????????????/

Publicaciones relacionadas Respuestas Vistas Actividad
5
feb 25
13144
1
nov 24
1515
4
abr 24
62334
0
ene 21
2643
0
nov 20
2433