Can not GetDotNetModel the table "product.product"
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.
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.
Yes - the same exception occurs here. When may we expect the new nuget ?
Same exception here
Compile the head and add as dep.