Skip to Content
Menu
This question has been flagged
1 Odpoveď
17514 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
5833
5
dec 23
19402
1
apr 25
1026
1
dec 23
1719
0
nov 23
1785