Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
17455 Vistas

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

Avatar
Descartar
Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
7
ago 19
5773
5
dic 23
19321
1
abr 25
970
1
dic 23
1622
0
nov 23
1744