Sunday, March 29, 2026
3 changes · 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.
Documentation and clarification updates
This pull request formally recognizes Ibrahima NiASSE as a contributor to the Odoo project. It updates the contributor list within the ‘otesis.md’ documentation file to reflect this addition. This ensures accurate records of those involved in developing the Odoo platform.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This pull request updates the contributor list in the ‘otesis.md’ documentation. This ensures the document accurately reflects the team members involved in the Otesis project, maintaining transparency and proper attribution. It's a standard update to keep our documentation current.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr