.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
AUTHORS
LICENSE
Makefile
README.md
cliff.toml
pyproject.toml
pytest.ini
setup.py
.github/workflows/codecov.yml
.github/workflows/odoo-17-integration-tests.yml
.github/workflows/odoo-18-integration-tests.yml
.github/workflows/odoo-19-integration-tests.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/README.md
docs/api.rst
docs/build.sh
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/configuration.rst
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/quickstart.rst
docs/requirements.txt
docs/api/addons_path_manager.rst
docs/api/builders.rst
docs/api/cli_typer.rst
docs/api/cli_types.rst
docs/api/config_loader.rst
docs/api/demo_process_manager.rst
docs/api/exceptions.rst
docs/api/manifest.rst
docs/api/manifest_collection.rst
docs/api/module_manager.rst
docs/api/modules.rst
docs/api/odoo_code_executor.rst
docs/api/odoo_operations.rst
docs/api/operation_result.rst
docs/api/output.rst
docs/api/process_manager.rst
docs/api/utils.rst
examples/README.md
examples/code_executor_example.py
examples/database_operations_example.py
examples/demo_comparison.py
examples/demo_mode_example.py
examples/demo_test_scenarios.py
examples/enhanced_demo_example.py
examples/execute_python_example.py
examples/install_module_example.py
examples/manifest_collection_example.py
examples/module_manifest_example.py
examples/run_command_yielding_example.py
examples/series_detection_example.py
examples/shell_command_example.py
examples/simple_shell_example.py
examples/simple_yield_test.py
examples/test_module_example.py
examples/update_module_example.py
examples/yield_line_example.py
integration_tests/.oduit.toml
integration_tests/README.md
integration_tests/conftest.py
integration_tests/test_basic_operations.py
integration_tests/myaddons/a/__init__.py
integration_tests/myaddons/a/__manifest__.py.tmpl
integration_tests/myaddons/b/__init__.py
integration_tests/myaddons/b/__manifest__.py.tmpl
integration_tests/myaddons/b/tests/__init__.py
integration_tests/myaddons/b/tests/test_basic.py
integration_tests/myaddons/c/__init__.py
integration_tests/myaddons/c/__manifest__.py.tmpl
integration_tests/myaddons/c/models.py
integration_tests/myaddons/d/__init__.py
integration_tests/myaddons/d/__manifest__.py.tmpl
oduit/__init__.py
oduit/_version.py
oduit/addons_path_manager.py
oduit/base_process_manager.py
oduit/builders.py
oduit/cli_typer.py
oduit/cli_types.py
oduit/config_loader.py
oduit/config_provider.py
oduit/demo_process_manager.py
oduit/exceptions.py
oduit/manifest.py
oduit/manifest_collection.py
oduit/module_manager.py
oduit/odoo_code_executor.py
oduit/odoo_embedded_manager.py
oduit/odoo_operations.py
oduit/operation_result.py
oduit/output.py
oduit/process_manager.py
oduit/py.typed
oduit/utils.py
oduit.egg-info/PKG-INFO
oduit.egg-info/SOURCES.txt
oduit.egg-info/dependency_links.txt
oduit.egg-info/entry_points.txt
oduit.egg-info/requires.txt
oduit.egg-info/top_level.txt
tests/__init__.py
tests/test_addons_path_manager.py
tests/test_builders.py
tests/test_cli_odoo_series.py
tests/test_cli_typer.py
tests/test_commands.py
tests/test_config_loader.py
tests/test_config_provider.py
tests/test_demo_mode.py
tests/test_json_parser.py
tests/test_manifest.py
tests/test_manifest_collection.py
tests/test_module_manager_find_modules.py
tests/test_module_manager_series.py
tests/test_module_sorting.py
tests/test_odoo_embedded_manager.py
tests/test_operation_result.py
tests/test_output.py
tests/test_process_manager.py
tests/test_utils.py