.flake8
.gitignore
LICENSE
README.md
pre-commit
pyproject.toml
requirements.txt
setup.py
.devcontainer/devcontainer.json
.github/workflows/python-lint-test.yml
.github/workflows/python-publish.yml
.vscode/settings.json
odoo_connect/__init__.py
odoo_connect/data.py
odoo_connect/explore.py
odoo_connect/odoo_rpc.py
odoo_connect/odoo_rpc_json.py
odoo_connect/odoo_rpc_xml.py
odoo_connect.egg-info/PKG-INFO
odoo_connect.egg-info/SOURCES.txt
odoo_connect.egg-info/dependency_links.txt
odoo_connect.egg-info/requires.txt
odoo_connect.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/mock_odoo_server.py
tests/test_connect.py
tests/test_data.py
tests/test_explore.py
tests/runbot/conftest.py
tests/runbot/test_base_runbot.py
tests/runbot/test_export_attachment.py
tests/runbot/test_export_data.py
tests/runbot/test_export_report.py
tests/runbot/test_import_data.py
tests/runbot/test_read_dict.py