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

Hello everybody,

I am trying to install my addon but I get an error (see on the title).

The problem is that the error is not on my code but on odoo's code:

File "C:\...\server\.\openerp\models.py", line 668, in _init_function_fields

Does anyone have an idea to resolve the problem please (I am using odoo 9).

Have a good day!

形象
丢弃
最佳答案

I meet this problem when I use 2 fields.function and attribute "multi", but I just return something like that : res[item.id] = '...' ,

I must change : res[item.id] = {

     'fied1' : 'abc',

     'field2' : 'xyz',

}

形象
丢弃
编写者 最佳答案

any answer, please?


形象
丢弃
相关帖文 回复 查看 活动
1
5月 16
4585
3
2月 24
38576
3
4月 24
2970
1
8月 22
4747
1
4月 25
5133