Skip to Content
मेन्यू
This question has been flagged
1 Reply
17852 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
6154
5
दिस॰ 23
19768
1
अप्रैल 25
1419
1
दिस॰ 23
2001
0
नव॰ 23
2085