File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,16 @@ Overview
1717--------
1818
1919Odooly 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
2724Key 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 ``
You can’t perform that action at this time.
0 commit comments