Skip to Content
मेन्यू
This question has been flagged
1 Reply
17477 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
5810
5
दिस॰ 23
19372
1
अप्रैल 25
996
1
दिस॰ 23
1677
0
नव॰ 23
1765