Test Odoo with net framework 4.7.2 using ODOO V12 and V14 Cloud
- host (an url api https)
- database
- username
- password
- Config your appsettings (if you need, create a environment cloud in https://www.odoo.com/es_ES/trial )
- Know your models or tables
- Get initial full Model using
OdooModelMapper.GetDotNetModel(tableName, modelResult.Value);
- Create your own custom models for get less data
- Start coding