Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
17950 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
6210
5
dec. 23
19856
1
apr. 25
1497
1
dec. 23
2058
0
nov. 23
2138