LICENSE.txt
README.md
setup.cfg
setup.py
odoo_tools/__init__.py
odoo_tools/compat.py
odoo_tools/db.py
odoo_tools/entrypoints.py
odoo_tools/env.py
odoo_tools/exceptions.py
odoo_tools/odoo.py
odoo_tools/patch.py
odoo_tools/utils.py
odoo_tools.egg-info/PKG-INFO
odoo_tools.egg-info/SOURCES.txt
odoo_tools.egg-info/dependency_links.txt
odoo_tools.egg-info/entry_points.txt
odoo_tools.egg-info/requires.txt
odoo_tools.egg-info/top_level.txt
odoo_tools/api/__init__.py
odoo_tools/api/context.py
odoo_tools/api/db.py
odoo_tools/api/environment.py
odoo_tools/api/management.py
odoo_tools/api/modules.py
odoo_tools/api/objects.py
odoo_tools/api/services.py
odoo_tools/app/__init__.py
odoo_tools/app/application.py
odoo_tools/app/utils.py
odoo_tools/app/mixins/__init__.py
odoo_tools/app/mixins/app.py
odoo_tools/app/mixins/dispatchers.py
odoo_tools/app/mixins/http.py
odoo_tools/app/mixins/request.py
odoo_tools/app/mixins/routers.py
odoo_tools/app/mixins/routing.py
odoo_tools/app/mixins/sessions.py
odoo_tools/app/plugins/__init__.py
odoo_tools/app/plugins/base.py
odoo_tools/app/plugins/logging.py
odoo_tools/cli/__init__.py
odoo_tools/cli/odot.py
odoo_tools/cli/registry.py
odoo_tools/cli/click/__init__.py
odoo_tools/cli/click/config.py
odoo_tools/cli/click/db.py
odoo_tools/cli/click/entrypoint.py
odoo_tools/cli/click/gen.py
odoo_tools/cli/click/manage.py
odoo_tools/cli/click/module.py
odoo_tools/cli/click/path.py
odoo_tools/cli/click/platform.py
odoo_tools/cli/click/services.py
odoo_tools/cli/click/shell.py
odoo_tools/cli/click/users.py
odoo_tools/cli/click/utils.py
odoo_tools/configuration/__init__.py
odoo_tools/configuration/git.py
odoo_tools/configuration/misc.py
odoo_tools/configuration/odoo.py
odoo_tools/configuration/pip.py
odoo_tools/docker/__init__.py
odoo_tools/docker/sudo_entrypoint.py
odoo_tools/docker/user_entrypoint.py
odoo_tools/modules/__init__.py
odoo_tools/modules/assets.py
odoo_tools/modules/render.py
odoo_tools/modules/search.py
odoo_tools/modules/translate.py
odoo_tools/overlays/common/odoo/http.py
odoo_tools/overlays/common/odoo/addons/base/models/ir_http.py
odoo_tools/overlays/common/odoo/modules/module.py
odoo_tools/overlays/v14/odoo/http.py
odoo_tools/overlays/v14/odoo/addons/base/models/ir_http.py
odoo_tools/overlays/v14/odoo/addons/http_routing/models/ir_http.py
odoo_tools/overlays/v14/odoo/addons/website/models/ir_http.py
odoo_tools/overlays/v14/odoo/addons/website/models/ir_qweb.py
odoo_tools/overlays/v15/odoo/http.py
odoo_tools/overlays/v15/odoo/addons/base/models/ir_http.py
odoo_tools/overlays/v15/odoo/addons/http_routing/models/ir_http.py
odoo_tools/overlays/v15/odoo/addons/website/models/ir_http.py
odoo_tools/overlays/v15/odoo/addons/website/models/ir_qweb.py
odoo_tools/packages/map-15.toml
odoo_tools/packages/map-16.toml
odoo_tools/requirements/requirements-10.0.txt
odoo_tools/requirements/requirements-11.0.txt
odoo_tools/requirements/requirements-12.0.txt
odoo_tools/requirements/requirements-13.0.txt
odoo_tools/requirements/requirements-14.0.txt
odoo_tools/requirements/requirements-15.0.txt
odoo_tools/requirements/requirements-16.0.txt
odoo_tools/requirements/requirements-9.0.txt
odoo_tools/services/__init__.py
odoo_tools/services/fields.py
odoo_tools/services/models.py
odoo_tools/services/objects.py
odoo_tools/utilities/__init__.py
odoo_tools/utilities/config.py
odoo_tools/utilities/loaders.py
odoo_tools/utilities/logging.py
odoo_tools/utilities/modules.py
odoo_tools/utilities/requirements.py
tests/__init__.py
tests/fixtures.py
tests/test_api_context.py
tests/test_api_db.py
tests/test_api_objects.py
tests/test_api_services.py
tests/test_cli.py
tests/test_command_registry.py
tests/test_compat.py
tests/test_config_utilities.py
tests/test_configuration_git.py
tests/test_db.py
tests/test_entrypoint.py
tests/test_env.py
tests/test_envvars.py
tests/test_manage.py
tests/test_manifest.py
tests/test_module_search.py
tests/test_modules.py
tests/test_odoo_entrypoint.py
tests/test_odoo_git.py
tests/test_odoo_release.py
tests/test_rendering_description.py
tests/test_requirements.py
tests/test_services.py
tests/test_trans.py
tests/test_utils.py
tests/utils.py