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

ValueError: dictionary update sequence element #0 has length 1; 2 is required

아바타
취소
베스트 답변

If this error has occured whene your try to import custom module that contains model inheritance, then you muste 

make sure in that in module __openerp__.py file you have the right dependencies list.

EXEMPLE:

# any module necessary for this one to work correctly

'depends': ['crm', 'sales', 'x_vehicle'],

아바타
취소
관련 게시물 답글 화면 활동
7
8월 19
5543
5
12월 23
19067
1
4월 25
690
1
12월 23
1390
0
11월 23
1600