.coveragerc
.gitignore
.logs.txt
.pre-commit-config.yaml
.pylintrc
.pylintrc-mandatory
.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
.tmp/logs.txt
.vscode/launch.json
.vscode/otoolbox_debug_runner.py
.vscode/settings.json
.vscode/tasks.json
bin/otoolbox-doctor
bin/otoolbox-doctor.bat
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/copilot_utils.py
src/otoolbox/addons/copilot/data/copilot-instructions.md
src/otoolbox/addons/copilot/data/agents/Odoo_17_Backend.agent.md
src/otoolbox/addons/copilot/data/agents/Odoo_18_Backend.agent.md
src/otoolbox/addons/copilot/data/agents/Odoo_19_Backend.agent.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/help/data/docs/00-file-and-folders.md
src/otoolbox/addons/help/data/docs/01-global-style.md
src/otoolbox/addons/help/data/docs/02-odoo-patterns.md
src/otoolbox/addons/help/data/docs/03-testing-and-validation.md
src/otoolbox/addons/help/data/docs/04-security-and-secrets.md
src/otoolbox/addons/help/data/docs/05-oca-contributing-reference.md
src/otoolbox/addons/help/data/docs/06-odoo-test-framework-guid.md
src/otoolbox/addons/help/data/docs/07-odoonix-guidline.md
src/otoolbox/addons/help/data/docs/08-copilot-instructions-guideline.md
src/otoolbox/addons/help/data/docs/09-team-playbook.md
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/util.py
src/otoolbox/addons/repositories/data/repositories.csv
src/otoolbox/addons/repositories/data/repositories.json
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-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-add-all
src/otoolbox/addons/ubuntu/bin/bulk-repo-init
src/otoolbox/addons/ubuntu/bin/bulk-sync-shielded
src/otoolbox/addons/ubuntu/bin/bulk-tests-by-repo
src/otoolbox/addons/ubuntu/bin/customer-common
src/otoolbox/addons/ubuntu/bin/customer-config
src/otoolbox/addons/ubuntu/bin/customer-info
src/otoolbox/addons/ubuntu/bin/customer-init
src/otoolbox/addons/ubuntu/bin/customer-shell
src/otoolbox/addons/ubuntu/bin/customer-update
src/otoolbox/addons/ubuntu/bin/customer-update-submodule
src/otoolbox/addons/ubuntu/bin/ubuntu-install-apps
src/otoolbox/addons/ubuntu/bin/ubuntu-office-conf
src/otoolbox/addons/unitest/__init__.py
src/otoolbox/addons/unitest/unitest_utils.py
src/otoolbox/addons/unitest/data/ODOO_TEST_FRAMEWORK_GUIDE.md
src/otoolbox/addons/unitest/data/conftest.py
src/otoolbox/addons/unitest/data/pytest.ini
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/extensions.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_addons.py
tests/test_conftest.py
tests/test_copilot_utils.py
tests/test_doctor_script_packaging.py
tests/test_repositories_config.py
tests/test_repositories_git.py
tests/test_utils.py