Skip to content

Commit c36e4ab

Browse files
committed
[UPD] faq: precise behavior about uninstalled auto_install modules
1 parent 1bc550a commit c36e4ab

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docsource/060_odoo_migration_manager.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@ Are migration scripts fired when installing new modules?
4848
would never ever do so anyway. Developers are free to corrupt the regular
4949
workings of Odoo if it helps the migration. For instance, from OpenUpgrade
5050
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

Comments
 (0)