İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
17562 Görünümler

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

Avatar
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
7
Ağu 19
5872
5
Ara 23
19462
1
Nis 25
1115
1
Ara 23
1756
0
Kas 23
1838