ValueError: dictionary update sequence element #0 has length 1; 2 is required
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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 | ||
No module named pooler
해결 완료
|
|
5
12월 23
|
19067 | |
|
1
4월 25
|
690 | ||
|
1
12월 23
|
1390 | ||
|
0
11월 23
|
1600 |