.gitignore
.gitlab-ci.yml
.local-antora-playbook.yml
.pre-commit-config.yaml
.ruff
README.adoc
in_docker_test.sh
mkdocs-plugins.txt
mkdocs.yml
pyproject.toml
setup.sh
.idea/.gitignore
.idea/misc.xml
.idea/modules.xml
.idea/oenv2config.iml
.idea/ruff.xml
.idea/vcs.xml
.idea/runConfigurations/Python_tests__no_Odoo_.xml
.idea/runConfigurations/Python_tests_in_tests_odoo.xml
docs/antora.yml
docs/mkdocs/cli.md
docs/mkdocs/db_options.md
docs/mkdocs/entry.md
docs/mkdocs/index.md
docs/mkdocs/mappers.md
docs/mkdocs/options.md
docs/mkdocs/reference.md
docs/mkdocs/requirements.txt
docs/mkdocs/utils.md
docs/modules/ROOT/nav.adoc
docs/modules/ROOT/images/run_odoo_test.png
docs/modules/ROOT/images/run_test.png
docs/modules/ROOT/pages/antora.adoc
docs/modules/ROOT/pages/contribute.adoc
docs/modules/ROOT/pages/index.adoc
docs/modules/ROOT/pages/mkdocs.adoc
docs/modules/ROOT/pages/tests.adoc
docs/modules/ROOT/pages/tests_odoo.adoc
src/odoo_env_config/__init__.py
src/odoo_env_config/_version.py
src/odoo_env_config/api.py
src/odoo_env_config/cli.py
src/odoo_env_config/entry.py
src/odoo_env_config/exceptions.py
src/odoo_env_config/mappers.py
src/odoo_env_config/utils.py
src/odoo_env_config/odoo_modules/env2config/__init__.py
src/odoo_env_config/odoo_modules/env2config/__manifest__.py
src/odoo_env_config/odoo_modules/env2config/cli/__init__.py
src/odoo_env_config/section/__init__.py
src/odoo_env_config/section/addons_path_section.py
src/odoo_env_config/section/db_section.py
src/odoo_env_config/section/http_section.py
src/odoo_env_config/section/limit_section.py
src/odoo_env_config/section/log_section.py
src/odoo_env_config/section/misc_section.py
src/odoo_env_config/section/s3_section.py
src/odoo_env_config/section/test_section.py
src/odoo_env_config/section/update_init_section.py
src/odoo_env_config/section/widemodule_section.py
src/odoo_env_config/section/worker_section.py
src/oenv2config.egg-info/PKG-INFO
src/oenv2config.egg-info/SOURCES.txt
src/oenv2config.egg-info/dependency_links.txt
src/oenv2config.egg-info/entry_points.txt
src/oenv2config.egg-info/requires.txt
src/oenv2config.egg-info/top_level.txt
tests/__init__.py
tests/_decorators.py
tests/test_cli.py
tests/test_doctests.py
tests/test_entry.py
tests/test_libs.py
tests/test_utils.py
tests/test_mapper/__init__.py
tests/test_mapper/test_mapper_clever_cloud_cellar.py
tests/test_mapper/test_mapper_clever_cloud_postgres.py
tests/test_mapper/test_mapper_odoo_compatibility.py
tests/test_mapper/test_mapper_queue_job.py
tests/test_mapper/test_mapper_redis.py
tests/test_section/__init__.py
tests/test_section/test_addons_path_section.py
tests/test_section/test_db_section.py
tests/test_section/test_http_section.py
tests/test_section/test_limit_section.py
tests/test_section/test_log_section.py
tests/test_section/test_misc_section.py
tests/test_section/test_s3_section.py
tests/test_section/test_test_section.py
tests/test_section/test_update_init_section.py
tests/test_section/test_widemodule_section.py
tests/test_section/test_worker_section.py
tests/tests_odoo/__init__.py
tests/tests_odoo/_helpers.py
tests/tests_odoo/test_base.py
tests/tests_odoo/profiles/filestore_s3.env
tests/tests_odoo/profiles/filestore_s3_cellar.env
tests/tests_odoo/profiles/test_db_clever.env
tests/tests_odoo/profiles/test_db_clever_direct.env