AUTHORS.txt
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.py
OERPLib_py3.egg-info/PKG-INFO
OERPLib_py3.egg-info/SOURCES.txt
OERPLib_py3.egg-info/dependency_links.txt
OERPLib_py3.egg-info/top_level.txt
doc/Makefile
doc/make.bat
doc/source/conf.py
doc/source/download_install.rst
doc/source/faq.rst
doc/source/index.rst
doc/source/ref_common.rst
doc/source/ref_db.rst
doc/source/ref_error.rst
doc/source/ref_fields.rst
doc/source/ref_inspect.rst
doc/source/ref_oerp.rst
doc/source/ref_oerplib.rst
doc/source/ref_osv.rst
doc/source/ref_rpc.rst
doc/source/ref_session.rst
doc/source/ref_tools.rst
doc/source/ref_wizard.rst
doc/source/reference.rst
doc/source/tutorials.rst
doc/source/_static/dependencies_v1.png
doc/source/_static/dependencies_v2.png
doc/source/_static/dependencies_v3.png
doc/source/_static/dependencies_v4.png
doc/source/_static/dependencies_v5.png
doc/source/_static/dependencies_v6.png
doc/source/_static/logo_oerp_64x64.png
doc/source/_static/oerplib.css
doc/source/_static/rel_res_partner_v1.png
doc/source/_static/rel_res_partner_v2.png
doc/source/_static/rel_res_partner_v3.png
doc/source/_static/rel_res_partner_v4.png
doc/source/_static/rel_res_partner_v5.png
examples/example.py
oerplib/__init__.py
oerplib/error.py
oerplib/oerp.py
oerplib/rpc/__init__.py
oerplib/rpc/error.py
oerplib/rpc/jsonrpclib.py
oerplib/rpc/netrpclib.py
oerplib/rpc/service.py
oerplib/rpc/xmlrpclib_custom.py
oerplib/service/__init__.py
oerplib/service/common.py
oerplib/service/db.py
oerplib/service/wizard.py
oerplib/service/inspect/__init__.py
oerplib/service/inspect/dependencies.py
oerplib/service/inspect/on_change.py
oerplib/service/inspect/relations.py
oerplib/service/osv/__init__.py
oerplib/service/osv/browse.py
oerplib/service/osv/fields.py
oerplib/service/osv/osv.py
oerplib/tools/__init__.py
oerplib/tools/session.py
tests/args.py
tests/runtests.py
tests/test_browse.py
tests/test_db.py
tests/test_db_create.py
tests/test_db_drop.py
tests/test_execute.py
tests/test_execute_kw.py
tests/test_init.py
tests/test_inspect.py
tests/test_login.py
tests/test_osv.py
tests/test_session.py
tests/test_timeout.py
tests/test_tools.py