.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
.travis.yml
CHANGES.rst
LICENSE
Makefile
README.rst
setup.cfg
setup.py
tox.ini
dodoo_migrator.egg-info/PKG-INFO
dodoo_migrator.egg-info/SOURCES.txt
dodoo_migrator.egg-info/dependency_links.txt
dodoo_migrator.egg-info/entry_points.txt
dodoo_migrator.egg-info/requires.txt
dodoo_migrator.egg-info/top_level.txt
hack/add-pypi-deployment-to-travis-file.sh
hack/boilerplate.py.test.txt
hack/boilerplate.py.txt
hack/boilerplate.readme.credits.txt
hack/ini2env.py
hack/init-repo.sh
hack/install-hub.sh
hack/sync-with-scaffold.sh
hack/variables.ini
src/__init__.py
src/migration_manager.py
src/migrator.py
src/analyzer/README.md
src/analyzer/__init__.py
src/analyzer/env.py
src/analyzer/exogenous_schema_information.yaml
src/analyzer/git.py
src/analyzer/data_analyzer/__init__.py
src/analyzer/data_analyzer/_transitions.py
src/analyzer/data_analyzer/analyzer.py
src/analyzer/data_analyzer/reporter.py
src/analyzer/schema_analyzer/__init__.py
src/analyzer/schema_analyzer/_exceptions.py
src/analyzer/schema_analyzer/_slots.py
src/analyzer/schema_analyzer/_transitions.py
src/analyzer/schema_analyzer/analyzer.py
src/analyzer/schema_analyzer/reporter.py
src/generator/README.md
src/migration/README.md
src/migration/__init__.py
src/migration/database.py
src/migration/exceptions.py
src/migration/migration.py
src/odoo/COPYRIGHT
src/odoo/LICENSE
src/odoo/__init__.py
src/odoo/migration.py
tests/conftest.py
tests/test_migrator.py
tests/data/.gitkeep
tests/data/test_migrator/.gitkeep
tests/data/test_migrator/.mig-0.0.x-sorting.yaml
tests/data/test_migrator/.mig-0.1.1-upgrade-install.yaml
tests/data/test_migrator/.mig-0.1.2-uninstall.yaml
tests/data/test_migrator/.mig-0.1.3-remove.yaml
tests/data/test_migrator/.mig-already-processed.yaml
tests/data/test_migrator/account/migrations/.gitkeep
tests/data/test_migrator/base/maintenance/migrations/.gitkeep
tests/scripts/install_odoo.py
utils/__init__.py
utils/gitutils.py
utils/gitutils_test.py
utils/manifest.py
utils/manifest_test.py
utils/data/test_manifest/addon1/__openerp__.py
utils/data/test_manifest/addon_uninstallable/__manifest__.py
utils/data/test_manifest/setup/README.txt