Tardo / OdooTerminal

Webextension tool for Odoo
GNU Affero General Public License v3.0
119 stars 27 forks source link

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

Closed wai closed 1 year ago

wai commented 1 year ago

Basic Info. (please complete the following information):

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

Tardo commented 1 year ago

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 commented 1 year ago

Fixed in 10.0.0: https://github.com/Tardo/OdooTerminal/pull/121