Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
17456 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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'],

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
7
sie 19
5773
5
gru 23
19321
1
kwi 25
970
1
gru 23
1623
0
lis 23
1744