vettloffah / odoo-await

Odoo API client featuring async await.
74 stars 29 forks source link

Additional context option for searchRead #20

Closed tomas-padrieza closed 2 years ago

tomas-padrieza commented 3 years ago

There should be an additional context field, where we can pass some extra Odoo params.

I.e. context: { lang: 'en_US'}

Floo0S commented 3 years ago

This feuture is necessery for all methods!

vettloffah commented 2 years ago

this has been published in version 2.4 @tomas-padrieza

I will look into adding it to other methods as well.

Thanks for the contribution!