Skip to Content
Menu
This question has been flagged
1 Odpoveď
17844 Zobrazenia

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

Avatar
Zrušiť
Best Answer

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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
7
aug 19
6143
5
dec 23
19762
1
apr 25
1415
1
dec 23
2000
0
nov 23
2078