跳至內容
選單
此問題已被標幟
1 回覆
3248 瀏覽次數

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
3月 15
7221
1
8月 25
347
2
7月 25
2794
3
7月 25
608
1
6月 25
2063