Closed jorgeegomez closed 3 years ago
I'm not sure if v14 is supported by odooly, but when first trying to run it, I've immediately hit an error:
TypeError: cannot marshal <class \'odoo.tools.misc.frozendict\'> objects (apparently from core file odoo/tools/misc.py)
TypeError: cannot marshal <class \'odoo.tools.misc.frozendict\'> objects
The error is the same in both interactive and non-interactive modes; it occurs when running odooly --env test, and prevents all usage of the tool.
ERPpeek in the same virtualenv and config, allows most operations without issue.
This is using Python 3.8 in Ubuntu 20.04
Found a workaround: define protocol = jsonrpc in the connection to the server.
protocol = jsonrpc
I'm not sure if v14 is supported by odooly, but when first trying to run it, I've immediately hit an error:
TypeError: cannot marshal <class \'odoo.tools.misc.frozendict\'> objects
(apparently from core file odoo/tools/misc.py)The error is the same in both interactive and non-interactive modes; it occurs when running odooly --env test, and prevents all usage of the tool.
ERPpeek in the same virtualenv and config, allows most operations without issue.
This is using Python 3.8 in Ubuntu 20.04