Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patricoos authored Apr 27, 2023
1 parent 28ea147 commit 12c90b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@ or
{ "street", "test address" },
{ "company_type", "company" },
};
var createResult = await odooRepository.CreateAsync(model);
var odooClient = new OdooClient(TestConfig);

var createResult = await odooClient.CreateAsync(model2);
```


Expand Down

0 comments on commit 12c90b6

Please sign in to comment.