Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
9243 Vizualizări

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!

Imagine profil
Abandonează
Cel mai bun răspuns

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

}

Imagine profil
Abandonează
Autor Cel mai bun răspuns

any answer, please?


Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
mai 16
4500
3
feb. 24
38401
3
apr. 24
2819
1
aug. 22
4634
1
apr. 25
4980