Releases: OCA/odoo-module-migrator
OCA Initial Release
Merge PR #72 into master Signed-off-by legalsylvain
0.2.3
Second release.
[FIX] various fixes.
0.1.4
-
Framework
[ADD]--file-path
option.
[ADD]_DEPRECATED_MODULES
syntax. -
Meta
[ADD] test files. -
Migration script
[FIX] Incorrect syntax of regular expression, to remove python 2 header
[IMP] first release of all the steps from 8.0 to 13.0
0.1.3
- framework
[ADD] --no-commit option that disable git add and git commit calls
[FIX] do not commit many times if migration has many steps.
[REF] remove useless commented code
[REF] create _commit_changes() and _replace_in_file() functions
- Meta
[FIX] github url of the project in setup.py
[ADD] Travis file + links to coveralls
[ADD] test_requirements.txt
- migration script
[ADD] 12.0 to 13.0 and add a warning if reference to web_settings_dashboard are found. cortesy @yelizariev
[ADD] bump version in manifest file
[ADD] set installable to True
0.1.2
- First release