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.