Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
17492 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
7
srp 19
5826
5
pro 23
19376
1
dub 25
1003
1
pro 23
1685
0
lis 23
1770