Monday, January 24, 2022
1 change · master
Resolved issues and error corrections
This update keeps linked add-on folder paths intact so Odoo can still find and serve related static files. It prevents file access problems when add-ons are stored through symbolic links outside the configured add-ons path.
Original PR description
resolving the links may block reading static files if real path doesn't belong to addons_path. The problem is introduced on refactoring of the `load_manifest` function odoo@2e29a93