Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
17478 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
7
aug. 19
5810
5
dec. 23
19372
1
apr. 25
996
1
dec. 23
1677
0
nov. 23
1765