Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
17495 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
5827
5
Des 23
19383
1
Apr 25
1011
1
Des 23
1703
0
Nov 23
1771