What does odoorpc mean?
OdooRPC is a Python module providing an easy way to pilot your Odoo servers through RPC.
What versions of Odoo does odoorpc support?
OdooRPC has been tested on Odoo 8.0, 9.0 and 10.0. It should work on next versions if Odoo keeps a stable API. OdooRPC support Python 2.7, 3.2, 3.3, 3.4, 3.5 and 3.6. This software is made available under the LGPL v3 license.
How to generate documentation for openodoorpc?
OdooRPC support Python 2.7, 3.4, 3.5 and 3.6. This software is made available under the LGPL v3 license. To generate the documentation, you have to install Sphinx documentation generator: Then, you can use the build_doc option of the setup.py: The generated documentation will be in the ./doc/build/html directory.