Skip to content

Commit 434c83e

Browse files
committed
Additional docs.
1 parent 259988d commit 434c83e

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,15 @@ $client->search('res.partner', $criteria, 0, 10, 'id desc')->value()->me['array'
3535
$client->searchCount('res.partner', $criteria);
3636
```
3737

38-
# TOOD
39-
40-
An elegant way to parse the results, as the `Value` objects can be
41-
a little cumbersome.
42-
For example, we know the `search()` result will be an array of
43-
integer model instance IDs, so a simple array of IDs can be returned,
44-
rather than a Value array containing Value integer objects.
38+
# TODO
39+
40+
* An elegant way to parse the results, as the `Value` objects can be
41+
a little cumbersome.
42+
For example, we know the `search()` result will be an array of
43+
integer model instance IDs, so a simple array of IDs can be returned,
44+
rather than a Value array containing Value integer objects.
45+
* Docs on config (this package supports multiple clients, so can connect
46+
to multiple Odoo instances or as multiple users at the same time).
47+
* Docs on installation (has a auto discovered provider and facade).
48+
* The write functions are not written yet (create, write and unlink).
49+
* The search_read method is not supported yet.

0 commit comments

Comments
 (0)