Skip to content

Releases: OCA/odoo-module-migrator

OCA Initial Release

15 May 10:45
Compare
Choose a tag to compare
Merge PR #72 into master

Signed-off-by legalsylvain

0.2.3

14 Oct 07:42
Compare
Choose a tag to compare

Second release.
[FIX] various fixes.

0.1.4

13 Oct 12:19
6dc83a3
Compare
Choose a tag to compare
  • 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

11 Oct 16:34
180dfb8
Compare
Choose a tag to compare
  • 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

11 Oct 08:10
9d47b85
Compare
Choose a tag to compare
  • First release