跳至內容
選單
此問題已被標幟
1 回覆
17516 瀏覽次數

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
8月 19
5833
5
12月 23
19408
1
4月 25
1032
1
12月 23
1721
0
11月 23
1788