Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3399 Weergaven

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
Annuleer
Beste antwoord
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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
mrt. 15
7408
1
aug. 25
467
1
aug. 25
690
2
jul. 25
3205
3
jul. 25
836