Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
17896 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
6174
5
dez. 23
19809
1
abr. 25
1441
1
dez. 23
2037
0
nov. 23
2097