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
18029 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
6284
5
gru 23
20017
1
kwi 25
1649
1
gru 23
2180
0
lis 23
2233