Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3265 Visualizzazioni

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
Abbandona
Risposta migliore
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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
mar 15
7256
1
ago 25
374
2
lug 25
2819
3
lug 25
632
1
giu 25
2095