Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
17459 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
5775
5
dec. 23
19325
1
apr. 25
971
1
dec. 23
1630
0
nov. 23
1747