Daily updates from Odoo
Sunday, January 12, 2025
1 change · 18.0
Resolved issues and error corrections
Odoo now skips automatic installation attempts for modules that are marked as not installable. This avoids unnecessary warning messages in logs and keeps module setup behavior aligned with configuration.
Original PR description
Description of the issue/feature this PR addresses: Do not try install auto installable modules that are not installable Current behavior before PR: If you have an auto_installable module (auto_install = True) that is not installable (installable = False) odoo is trying to install it and displaying warnings on the log Desired behavior after PR is merged: Avoid trying to install modules that are auto_install = True and installable = False --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr