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

class Abstract(models.AbstractModel):

        _name = 'abstract'

        def doSomething():

in the another module I write

class Abstract2(models.AbstractModel):

        _inherit = 'abstract'

        def doSomething():

the new extended method doSomething() does not execute.


Please suggest me the solution.

Thanks in advance. 

아바타
취소
베스트 답변

Have you found a solution?

아바타
취소

Have you found the solution ? :)

관련 게시물 답글 화면 활동
1
3월 19
18790
2
11월 16
3630
3
2월 20
9965
3
12월 19
6016
1
11월 24
1614