Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 556 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 556 Bytes

OdooNetFramework

Test Odoo with net framework 4.7.2 using ODOO V12 and V14 Cloud

Packages used

Config App.config

  • host (an url api https)
  • database
  • username
  • password

Steps

  1. Config your appsettings (if you need, create a environment cloud in https://www.odoo.com/es_ES/trial )
  2. Know your models or tables
  3. Get initial full Model using OdooModelMapper.GetDotNetModel(tableName, modelResult.Value);
  4. Create your own custom models for get less data
  5. Start coding