Skip to Content
मेन्यू
This question has been flagged
1 Reply
17865 Views

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

Avatar
Discard
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
Discard
Related Posts Replies Views Activity
7
अग॰ 19
6157
5
दिस॰ 23
19775
1
अप्रैल 25
1422
1
दिस॰ 23
2004
0
नव॰ 23
2090