Hello everyone,
I’m currently facing an issue with the eLearning platform on an Odoo Online instance (hosted version, no backend access).
When a user receives a notification (e.g., when new content is published), the "View content" button in the email redirects to a URL containing the /share suffix, like this:
https://www.mysite.com/slides/share/28
However, this URL returns a 404 error, and sometimes even a 500 error depending on the user profile.
If I manually replace the URL with:
https://www.mysite.com/slides/slide/28
... then the content displays correctly.
Here’s what I’ve observed:
- The URL is automatically generated in the email template using the object.website_share_url variable.
- I do not have access to backend files since I’m on Odoo Online.
- I suspect that the /share URL is not appropriate for deactivated, external, or anonymous users.
- I couldn’t find any configuration in eLearning > Settings > Notifications to change this behavior.
My question:
Is there a way, in Odoo Online, to:
- Modify the link generated automatically in email templates?
- Disable the /share suffix usage in eLearning links?
- Force the email button to use object.website_url instead of object.website_share_url?
Thank you so much for your help 🙏
I’d really appreciate any temporary workaround or long-term solution.
Best regards,