Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
17470 Prikazi

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

Avatar
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
7
avg. 19
5806
5
dec. 23
19357
1
apr. 25
985
1
dec. 23
1655
0
nov. 23
1760