File tree Expand file tree Collapse file tree
website_forum_subscription Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323--- | --- | --- | ---
2424[ website_cookiefirst] ( website_cookiefirst/ ) | 19.0.1.0.0 | | Cookiefirst integration
2525[ website_form_require_legal] ( website_form_require_legal/ ) | 19.0.1.0.1 | | Add possibility to require confirm legal terms.
26+ [ website_forum_subscription] ( website_forum_subscription/ ) | 19.0.1.0.0 | | Adds a button to allow subscription from the website
2627[ website_google_tag_manager] ( website_google_tag_manager/ ) | 19.0.1.0.0 | | Add support for Google Tag Manager
2728
2829[ // ] : # ( end addons )
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-website"
3- version = " 19.0.20260406 .0"
3+ version = " 19.0.20260713 .0"
44dependencies = [
55 " odoo-addon-website_cookiefirst==19.0.*" ,
66 " odoo-addon-website_form_require_legal==19.0.*" ,
7+ " odoo-addon-website_forum_subscription==19.0.*" ,
78 " odoo-addon-website_google_tag_manager==19.0.*" ,
89]
910classifiers =[
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Website Forum Subscription
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:4773ca396ebbb2dfa099d440b30de3aaad3117a7d41418778ac3779e5409c86f
14+ !! source digest: sha256:bebd4f9b56d9fc02c7aec773423aaebafe4fae8ceb5e6a502f0fb728288d33b4
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ <h1>Website Forum Subscription</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:4773ca396ebbb2dfa099d440b30de3aaad3117a7d41418778ac3779e5409c86f
375+ !! source digest: sha256:bebd4f9b56d9fc02c7aec773423aaebafe4fae8ceb5e6a502f0fb728288d33b4
376376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/website/tree/19.0/website_forum_subscription "> < img alt ="OCA/website " src ="https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/website-19-0/website-19-0-website_forum_subscription "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=19.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378378< p > Allows users to subscribe/unsubscribe from forum notifications.</ p >
You can’t perform that action at this time.
0 commit comments