Skip to content

Commit 35a2dd9

Browse files
author
docker-odoo
committed
Merge commit 'refs/pull/141938/head' of https://github.com/odoo/odoo into 17.0-10162
2 parents 8800b7b + 8ee6187 commit 35a2dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo/modules/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def initialize(cr):
8484
cr.execute("""
8585
SELECT m.name FROM ir_module_module m
8686
WHERE m.auto_install
87-
AND state != 'to install'
87+
AND state not in ('to install', 'uninstallable')
8888
AND NOT EXISTS (
8989
SELECT 1 FROM ir_module_module_dependency d
9090
JOIN ir_module_module mdep ON (d.name = mdep.name)

0 commit comments

Comments
 (0)