Skip to content

Commit

Permalink
[MIG] website_forum_subscription: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinafernandez-tecnativa committed Oct 3, 2023
1 parent 0a47abe commit 706c163
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion website_forum_subscription/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Copyright 2022 Tecnativa David Vidal
# Copyright 2023 Tecnativa Carolina Fernandez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Website Forum Subscription",
"summary": "Adds a button to allow subscription from the website",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Website",
"website": "https://github.com/OCA/website",
"author": ("Tecnativa, " "Odoo Community Association (OCA)"),
Expand Down
1 change: 1 addition & 0 deletions website_forum_subscription/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

* David Vidal
* Stefan Ungureanu
* Carolina Fernandez
1 change: 1 addition & 0 deletions website_forum_subscription/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
<li>David Vidal</li>
<li>Stefan Ungureanu</li>
<li>Carolina Fernandez</li>
</ul>
</li>
</ul>
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[hasclass('no-gutters')]/div" position="before">
<xpath expr="//div[@class='row g-0']" position="before">
<t t-call="website_forum_subscription.follow">
<t t-set="object" t-value="forum" />
</t>
Expand Down

0 comments on commit 706c163

Please sign in to comment.