Skip to content

Commit

Permalink
Merge commit 'refs/pull/141938/head' of https://github.com/odoo/odoo
Browse files Browse the repository at this point in the history
…into 17.0-6922
  • Loading branch information
docker-odoo committed May 8, 2024
2 parents b460d50 + 8ee6187 commit 62927d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odoo/modules/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def initialize(cr):
cr.execute("""
SELECT m.name FROM ir_module_module m
WHERE m.auto_install
AND state != 'to install'
AND state not in ('to install', 'uninstallable')
AND NOT EXISTS (
SELECT 1 FROM ir_module_module_dependency d
JOIN ir_module_module mdep ON (d.name = mdep.name)
Expand Down

0 comments on commit 62927d9

Please sign in to comment.