跳至内容
菜单
此问题已终结
1 回复
17571 查看

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
5880
5
12月 23
19479
1
4月 25
1128
1
12月 23
1766
0
11月 23
1843