Intechnity-com / OdooJsonRpcClient

Odoo Client Json Rpc
MIT License
70 stars 33 forks source link

ir.attachment #8

Closed KeepCar closed 3 years ago

KeepCar commented 3 years ago

I'm trying to generate the DTO of "ir.attachment"

when I call :

var model = OdooModelMapper.GetDotNetModel(tableName, modelResult.Value);

==> Cannot unmarshal Enum 'OdooValueTypeEnum' - 'many2one_reference

patricoos commented 3 years ago

fix in release 1.0.10 https://www.nuget.org/packages/PortaCapena.OdooJsonRpcClient/1.0.10