Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
17840 Weergaven

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

Avatar
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
7
aug. 19
6141
5
dec. 23
19760
1
apr. 25
1412
1
dec. 23
1999
0
nov. 23
2076