Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ

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

Ảnh đại diện
Huỷ bỏ
Tác giả

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

Bài viết liên quan Trả lời Lượt xem Hoạt động
5
thg 2 25
13136
1
thg 11 24
1506
4
thg 4 24
62332
0
thg 1 21
2637
0
thg 11 20
2426