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

Can any one help me please.

I have this function in my module.js :

      init: function () {
            this._super.apply(this, arguments);
        var self = this;
            this._start = null;
            this._watch = null;
        var Model = new instance.web.Model(new_class);

        },

But when i do :  this.field_manager.set_values({matricule}) (matricule exists in new_class table.

I have this error : Uncaught TypeError: Cannot read property 'get_field_value' of undefined

아바타
취소