OdooJsonRpcClient icon indicating copy to clipboard operation
OdooJsonRpcClient copied to clipboard

Can not GetDotNetModel the table "product.product"

Open MiklosPathy opened this issue 5 months ago • 4 comments

I am experimenting with the Odoo 18 enterprise, API. In case I try to GetDotNetModel the "product.product" table, I get a ": 'Cannot unmarshal Enum 'OdooValueTypeEnum' - 'properties''" exception.

The code is simply the standard example code in the readme.md. The GetModelAsync works, the data is in the OdooResult structure, but the GetDotNetModel can not process it.

MiklosPathy avatar Sep 02 '25 14:09 MiklosPathy

I downloaded the current master source for debugging, and it is working. I tried this with the latest nuget, so maybe a new release could solve this problem.

MiklosPathy avatar Sep 03 '25 08:09 MiklosPathy

Yes - the same exception occurs here. When may we expect the new nuget ?

sigmarsson avatar Oct 07 '25 15:10 sigmarsson

Same exception here

Tbz8 avatar Oct 21 '25 10:10 Tbz8

Compile the head and add as dep.

sigmarsson avatar Oct 21 '25 11:10 sigmarsson