Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3246 Tampilan

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 ?

Avatar
Buang
Jawaban Terbai
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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Mar 15
7221
1
Agu 25
342
2
Jul 25
2792
3
Jul 25
605
1
Jun 25
2054