Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
17880 Tampilan

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

Avatar
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
7
Agu 19
6162
5
Des 23
19780
1
Apr 25
1423
1
Des 23
2007
0
Nov 23
2092