Skip to content

Commit 3e79a8e

Browse files
committed
Update documentation
1 parent b03d546 commit 3e79a8e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,16 @@ Overview
1717
--------
1818

1919
Odooly connects to an Odoo instance through HTTP. It makes it easy to browse the application model,
20-
and to perform actions. It carries three modes of use:
21-
22-
(1) with command line arguments
23-
(2) as an interactive shell
24-
(3) as a client library
20+
and to perform actions on the server. It is both an interactive shell (with pretty-printing and colors)
21+
and a client library.
2522

2623

2724
Key features:
2825

2926
- provides an API similar to Odoo Model, through Webclient API
3027
- supports JSON-2 API with Odoo 19 and more recent
3128
- supports external API JSON-RPC as alternative
32-
- compatible with Odoo 9 to 19
29+
- compatible with Odoo 9 to 20
3330
- single file ``odooly.py``, no external dependency
3431
- helpers for ``search``, for data model introspection, etc...
3532
- simplified syntax for search ``domain``

0 commit comments

Comments
 (0)