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

Hi all,


I set my custom module inherit one existing module, and using "@api.depends(<field-from-inherited-module>) def <function-name>", but found a Key error that from the field from inherited module. But it seem well if I re-declare the field (I had copied fully codes of the field from the original module to my module). I would like to know is there a way to call the fields from inherited module to custom module?


Thanks.

Qho


아바타
취소
베스트 답변

Ensure that you added dependency to first one 

아바타
취소
작성자 베스트 답변

Thanks. Sorry for my minor mistake.

I found that I wrongly inherited the custom module to module-B and that should be module-A.


Thanks a lot.

Qho


아바타
취소