We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, we aren't considering the Odoo version at all.
Because of that:
call_kw
I'm not actually sure this would be a desirable feature. A few downsides would be:
Client
match {}
16.3
16.4
16.0
17.0
It does seem like the Odoo APIs are very stable (perhaps because they're used internally), so maybe this is all fine.
One option might be some runtime-checks - that would eliminate issues 1 & 3 above.
The text was updated successfully, but these errors were encountered:
If anyone has thoughts/ideas here, I'm keen to hear them!
Sorry, something went wrong.
No branches or pull requests
Right now, we aren't considering the Odoo version at all.
Because of that:
call_kw
method slightly)I'm not actually sure this would be a desirable feature. A few downsides would be:
Client
object, or else usematch {}
blocks to cover all possible Odoo versions16.3
and16.4
which are actually closer to16.0
and17.0
respectively)It does seem like the Odoo APIs are very stable (perhaps because they're used internally), so maybe this is all fine.
One option might be some runtime-checks - that would eliminate issues 1 & 3 above.
The text was updated successfully, but these errors were encountered: