Intechnity-com / OdooJsonRpcClient

Odoo Client Json Rpc
MIT License
67 stars 29 forks source link

Handle json field type #61

Closed manitra closed 1 year ago

manitra commented 1 year ago

In v16 some field have a type json in the account.move.line for example.

I suggest to map them to a simple string property. Developers can do whatever they want with it. They can use a Json serializer to map them to a strongly typed struct if they want or leave it as is if they only want to read and write the info (for data migration).