Skip to content

Commit

Permalink
[MIG] website_forum_subscription: Migration to version 17.0
Browse files Browse the repository at this point in the history
TT51554
  • Loading branch information
pilarvargas-tecnativa committed Nov 26, 2024
1 parent 9a013ce commit 8a31141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website_forum_subscription/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Website Forum Subscription",
"summary": "Adds a button to allow subscription from the website",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Website",
"website": "https://github.com/OCA/website",
"author": ("Tecnativa, " "Odoo Community Association (OCA)"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
name="Forum page subscription"
inherit_id="website_forum.forum_index"
>
<xpath expr="//div[@class='row g-0']" position="before">
<xpath expr="//table[hasclass('o_wforum_table')]" position="before">
<t t-call="website_forum_subscription.follow">
<t t-set="object" t-value="forum" />
</t>
Expand All @@ -59,7 +59,7 @@
name="Forum card subscription"
inherit_id="website_forum.forum_all_all_entries"
>
<xpath expr="//t[@t-call='website_forum.forum_post_options']" position="after">
<xpath expr="//div[hasclass('text-truncate')]" position="after">
<t t-call="website_forum_subscription.follow">
<t t-set="object" t-value="forum" />
</t>
Expand Down

0 comments on commit 8a31141

Please sign in to comment.