.coveragerc
.gitignore
.logs.txt
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
.vscode/launch.json
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/help-repo.txt
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/otoolbox/__init__.py
src/otoolbox/banner.txt
src/otoolbox/base.py
src/otoolbox/constants.py
src/otoolbox/environment.py
src/otoolbox/utils.py
src/otoolbox.egg-info/PKG-INFO
src/otoolbox.egg-info/SOURCES.txt
src/otoolbox.egg-info/dependency_links.txt
src/otoolbox.egg-info/entry_points.txt
src/otoolbox.egg-info/not-zip-safe
src/otoolbox.egg-info/requires.txt
src/otoolbox.egg-info/top_level.txt
src/otoolbox/addons/__init__.py
src/otoolbox/addons/addons/README.rst
src/otoolbox/addons/addons/__init__.py
src/otoolbox/addons/addons/config.py
src/otoolbox/addons/addons/constants.py
src/otoolbox/addons/copilot/README.rst
src/otoolbox/addons/copilot/__init__.py
src/otoolbox/addons/copilot/agents/Odoo_17_Backend.agent.md
src/otoolbox/addons/copilot/agents/Odoo_18_Backend.agent.md
src/otoolbox/addons/copilot/agents/Odoo_19_Backend.agent.md
src/otoolbox/addons/copilot/instructions/copilot-instructions.odoonix.md
src/otoolbox/addons/copilot/instructions/copilot-instructions.workspace.md
src/otoolbox/addons/docker/README.rst
src/otoolbox/addons/docker/docker-compose.yml
src/otoolbox/addons/help/README.rst
src/otoolbox/addons/help/__init__.py
src/otoolbox/addons/help/help_utils.py
src/otoolbox/addons/help/data/README.rst
src/otoolbox/addons/logger/README.rst
src/otoolbox/addons/logger/__init__.py
src/otoolbox/addons/repositories/README.rst
src/otoolbox/addons/repositories/__init__.py
src/otoolbox/addons/repositories/config.py
src/otoolbox/addons/repositories/constants.py
src/otoolbox/addons/repositories/display.py
src/otoolbox/addons/repositories/git.py
src/otoolbox/addons/repositories/repositories.csv
src/otoolbox/addons/repositories/repositories.json
src/otoolbox/addons/repositories/util.py
src/otoolbox/addons/ubuntu/README.rst
src/otoolbox/addons/ubuntu/__init__.py
src/otoolbox/addons/ubuntu/bin/bulk-add-repos
src/otoolbox/addons/ubuntu/bin/bulk-clone-al
src/otoolbox/addons/ubuntu/bin/bulk-commit
src/otoolbox/addons/ubuntu/bin/bulk-common
src/otoolbox/addons/ubuntu/bin/bulk-init-tests
src/otoolbox/addons/ubuntu/bin/bulk-pre-commit
src/otoolbox/addons/ubuntu/bin/bulk-pull
src/otoolbox/addons/ubuntu/bin/bulk-push
src/otoolbox/addons/ubuntu/bin/bulk-push-shielded
src/otoolbox/addons/ubuntu/bin/bulk-repo-init
src/otoolbox/addons/ubuntu/bin/bulk-sync-shielded
src/otoolbox/addons/ubuntu/bin/bulk-update-submodule
src/otoolbox/addons/ubuntu/bin/ubuntu-install-apps
src/otoolbox/addons/ubuntu/bin/ubuntu-office-conf
src/otoolbox/addons/vscode/README.rst
src/otoolbox/addons/vscode/__init__.py
src/otoolbox/addons/vscode/code_cof.py
src/otoolbox/addons/vscode/dev_env.py
src/otoolbox/addons/vscode/odools_conf.py
src/otoolbox/addons/vscode/data/odools.toml
src/otoolbox/addons/vscode/data/requirements.txt
src/otoolbox/addons/vscode/data/workspace.json
src/otoolbox/addons/workspace/README.rst
src/otoolbox/addons/workspace/__init__.py
tests/test_conftest.py