You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to load lots of related records from a one2many relation but there is no plain read method defined.
Can we add a method to load records by id like it is done within the search method?
Furthermore all the methods like makeResponse, resetParams and buildParams are Private so there is no chance to inherit your Odoo class and extend it with custom Methods.
The text was updated successfully, but these errors were encountered:
I'm very busy these days so I can not provide an ETA when I could take care of your request, in the meantime a PR from your side is always more than welcome and I would review/merge it soon.
I try to load lots of related records from a one2many relation but there is no plain read method defined.
Can we add a method to load records by id like it is done within the search method?
Furthermore all the methods like makeResponse, resetParams and buildParams are Private so there is no chance to inherit your Odoo class and extend it with custom Methods.
The text was updated successfully, but these errors were encountered: