Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
9254 Prikazi

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
Opusti
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
Opusti
Avtor Best Answer

any answer, please?


Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
maj 16
4503
3
feb. 24
38407
3
apr. 24
2827
1
avg. 22
4645
1
apr. 25
4983