Releases: OCA/odoo-module-migrator
0.5.0
What's Changed
- [IMP] add a feature to handle renamed models by @bruno-zanotti in #70
- [FIX] Allow spaces in path to target modules directory by @gjanssens in #74
- Initialize odoo-module-migrator to v17 by @bruno-zanotti in #80
- [ADD] removed models in v17 by @bruno-zanotti in #81
- [ADD] check open view form by @bruno-zanotti in #84
- [ADD] read_group refactor script by @bruno-zanotti in #82
- [IMP] Initialize scripts for 17.0-18.0 by @lef-adhoc in #93
- [ADD] tree to list script by @lef-adhoc in #94
- [REF] Update README by @BT-cjimeno in #96
- [ADD] changes in chatter v18 by @lef-adhoc in #97
- [ADD] removed fields, renamed fields and models cases by @CLaurelB in #99
- [ADD] changes in user_has_groups by @lef-adhoc in #95
- [ADD] Add warning for related fields with store=True by @lef-adhoc in #98
- [ADD] add error messages in cron deleted fields by @lef-adhoc in #102
- [ADD] @string in xpath is deprecated error by @unaiberis in #92
- [FIX] By not putting the comma it does not take it as a tuple and therefore the get_files method returns some files wrongly by @lef-adhoc in #109
- [ADD] renamed fields case for l10n_mx by @CLaurelB in #106
- [IMP] Run unittests on pull requests by @StefanRijnhart in #132
- Fix Typo: Targer -> Target by @bosd in #128
- [ADD] renamed fields cases for hr and account by @CLaurelB in #130
- [IMP] Add error messages for deprecated '_name_search' method, replac… by @lef-adhoc in #111
- [IMP] Add error messages for deprecated 'registry' usage and imports by @lef-adhoc in #110
- [IMP] remove string attribute in tree view by @xaviedoanhduy in #117
- [ADD] mail: renamed 'mail' method from 16.0 to 17.0 by @hailangvn in #138
- [IMP] remove unaccent in field by @LucasTran380381 in #124
- [IMP] replace toggle_button to boolean_toggle widget by @xaviedoanhduy in #118
- [IMP] web.assets_common warning removed by @xaviedoanhduy in #127
- [IMP] *: deprecate ustr() by @xaviedoanhduy in #115
- [FIX] release workflow by @ivantodorovich in #140
- [FIX] sign release workflow by @ivantodorovich in #141
New Contributors
- @gjanssens made their first contribution in #74
- @lef-adhoc made their first contribution in #93
- @BT-cjimeno made their first contribution in #96
- @CLaurelB made their first contribution in #99
- @unaiberis made their first contribution in #92
- @StefanRijnhart made their first contribution in #132
- @bosd made their first contribution in #128
- @xaviedoanhduy made their first contribution in #117
- @hailangvn made their first contribution in #138
- @LucasTran380381 made their first contribution in #124
Full Changelog: 0.4.0...0.5.0
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-pathoption.
[ADD]_DEPRECATED_MODULESsyntax. -
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