We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc550a commit c36e4abCopy full SHA for c36e4ab
1 file changed
docsource/060_odoo_migration_manager.rst
@@ -48,3 +48,10 @@ Are migration scripts fired when installing new modules?
48
would never ever do so anyway. Developers are free to corrupt the regular
49
workings of Odoo if it helps the migration. For instance, from OpenUpgrade
50
9.0 on, the workflow engine is disabled during field recomputation.
51
+
52
+How are handled auto-installed modules that have been manually uninstalled?
53
+ Modules with auto_install=True (like IAP) that have been manually uninstalled
54
+ are automatically installed during the migration.
55
+ If you dont want to install such module you can use
56
+ oca/server-tools/module_change_auto_install in each migration step to
57
+ force auto_install to False.
0 commit comments