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
Basic Info. (please complete the following information):
read -m account.move.line -i 1 -f *
Describe the bug I test those on Odoo runbot
On Odoo 15.0, 16.0 Work like a charm! read -m res.partner -i 1 -f *
read -m res.partner -i 1 -f *
Some modules on Odoo 16.0 do not work, such as read -m account.move.line -i 1 -f *
But that is no problem on Odoo 15.0
Expected behavior Read all fields of the record
The text was updated successfully, but these errors were encountered:
Hi, thanks for the report.
It seems that it is a problem with the binary fields... Maybe the solution is to "ignore" these fields when using the wildcard :/
Sorry, something went wrong.
Fixed in 10.0.0: #121
No branches or pull requests
Basic Info. (please complete the following information):
read -m account.move.line -i 1 -f *
Describe the bug
I test those on Odoo runbot
On Odoo 15.0, 16.0 Work like a charm!
read -m res.partner -i 1 -f *
Some modules on Odoo 16.0 do not work, such as
read -m account.move.line -i 1 -f *
But that is no problem on Odoo 15.0
Expected behavior
Read all fields of the record
The text was updated successfully, but these errors were encountered: