[19.0][MIG] website_forum_subscription: Migration to version 19.0#1205
Open
pilarvargas-tecnativa wants to merge 13 commits into
Open
[19.0][MIG] website_forum_subscription: Migration to version 19.0#1205pilarvargas-tecnativa wants to merge 13 commits into
pilarvargas-tecnativa wants to merge 13 commits into
Conversation
Currently translated at 100.0% (4 of 4 strings) Translation: website-16.0/website-16.0-website_forum_subscription Translate-URL: https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_forum_subscription/es/
Currently translated at 100.0% (4 of 4 strings) Translation: website-16.0/website-16.0-website_forum_subscription Translate-URL: https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_forum_subscription/it/
Wrap the public subscription link in an <object> tag to avoid rendering an anchor inside the forum card anchor, which breaks the page layout for public users.
Add a hidden `js_follow_email` field so `website_mail` does not automatically inject a visible email input in forum subscriptions. TT62994
juancarlosonate-tecnativa
approved these changes
Jul 7, 2026
juancarlosonate-tecnativa
left a comment
There was a problem hiding this comment.
LGTM Code review + functional tested on local verified with the fix applied
Member
|
/ocabot migration website_forum_subscription |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notes
The migration is complete.
The follow/unfollow button does not preserve its state after a page refresh due to an issue in Odoo 19.0 (
website_mail). The subscription itself works correctly.Upstream fix:
@Tecnativa TT63421
@eduezerouali-tecnativa @juancarlosonate-tecnativa please review