콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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");
                 
                  });         
             
          },
     
     });
     
  };

아바타
취소
작성자

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

관련 게시물 답글 화면 활동
5
2월 25
13132
1
11월 24
1494
4
4월 24
62326
0
1월 21
2636
0
11월 20
2422