Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3277 Переглядів

I want to use the APIv8. My model inherits from model.Model, and i have no cr, uid, id, ids, etc. as parameter of methods. But it seems that the the old API is used, for example the search function requires 4 arguments :

return old_api(self, *args, **kwargs)

TypeError: search() takes at least 4 arguments (2 given)

There is something else which can activate the auto-bridging old-api ?

Аватар
Відмінити
Найкраща відповідь
Decorate  your methods with @api.model, @api.one, @api.multi  etc.

Now while using ORM methods(Create/Write/Search/Browse) you don't need to pass cr,uid , id,context etc

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
бер. 15
7272
1
серп. 25
413
2
лип. 25
2840
3
лип. 25
646
1
черв. 25
2113