Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
17485 Visualizações

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

Avatar
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
7
ago. 19
5820
5
dez. 23
19374
1
abr. 25
999
1
dez. 23
1680
0
nov. 23
1766