コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
17511 ビュー

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
5832
5
12月 23
19402
1
4月 25
1016
1
12月 23
1717
0
11月 23
1783