Skip to Content
मेन्यू
This question has been flagged
2 Replies
9270 Views

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!

Avatar
Discard
Best Answer

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

}

Avatar
Discard
Author Best Answer

any answer, please?


Avatar
Discard
Related Posts Replies Views Activity
1
मई 16
4508
3
फ़र॰ 24
38433
3
अप्रैल 24
2842
1
अग॰ 22
4655
1
अप्रैल 25
5003