Skip to content
New issue

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

[BUG] TypeError: keys must be str, int, float, bool or None, not frozendict #118

Closed
wai opened this issue Jul 21, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@wai
Copy link

wai commented Jul 21, 2023

Basic Info. (please complete the following information):

  • Odoo version: 16.0
  • Browser: chrome
  • Command: 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

@wai wai added the bug Something isn't working label Jul 21, 2023
@Tardo
Copy link
Owner

Tardo commented Jul 24, 2023

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 :/

@Tardo
Copy link
Owner

Tardo commented Aug 13, 2023

Fixed in 10.0.0: #121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants