Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
17381 Ansichten

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

Avatar
Verwerfen
Beste Antwort

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

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
7
Aug. 19
5715
5
Dez. 23
19236
1
Apr. 25
884
1
Dez. 23
1537
0
Nov. 23
1700