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.
2 parents 8800b7b + 8ee6187 commit 35a2dd9Copy full SHA for 35a2dd9
odoo/modules/db.py
@@ -84,7 +84,7 @@ def initialize(cr):
84
cr.execute("""
85
SELECT m.name FROM ir_module_module m
86
WHERE m.auto_install
87
- AND state != 'to install'
+ AND state not in ('to install', 'uninstallable')
88
AND NOT EXISTS (
89
SELECT 1 FROM ir_module_module_dependency d
90
JOIN ir_module_module mdep ON (d.name = mdep.name)
0 commit comments