تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
17417 أدوات العرض

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

الصورة الرمزية
إهمال
أفضل إجابة

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'],

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
7
أغسطس 19
5746
5
ديسمبر 23
19273
1
أبريل 25
919
1
ديسمبر 23
1559
0
نوفمبر 23
1726