Sunday, March 29, 2026
1 change · 17.0
Resolved issues and error corrections
This update ensures Odoo doesn't attempt to load missing addon paths, preventing errors and improving stability. Previously, Odoo would fail silently if an addon path wasn't found, making it difficult to identify configuration issues. Now, Odoo will refuse to start if these paths are missing, ensuring a more reliable system.
Original PR description
Description of the issue/feature this PR addresses: Before this commit, Odoo would not validate addons path when the process started, resulting in the developer being unaware of an incorrect configuration. Current behavior before PR: When the statics paths were requested in Odoo, 'os.listdir' would raise an Exception, and no static path would be loaded. Desired behavior after PR is merged: This commits validates the addons paths and forbids Odoo from running if a path does not exist. closes #181316 I have yet to sign the corporate CLA once I receive the OK.