From 2ada7ba568c215fdd94a31179454cb0f8ac2e546 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 21 Oct 2022 10:08:52 +0200 Subject: [PATCH 1/4] [ADD] website_forum_subscription: New module TT39738 --- website_forum_subscription/README.rst | 86 ++++ website_forum_subscription/__init__.py | 0 website_forum_subscription/__manifest__.py | 15 + website_forum_subscription/i18n/es.po | 47 ++ website_forum_subscription/i18n/it.po | 38 ++ .../i18n/website_forum_subscription.pot | 34 ++ .../readme/CONTRIBUTORS.rst | 3 + .../readme/DESCRIPTION.rst | 1 + website_forum_subscription/readme/USAGE.rst | 7 + .../static/description/icon.png | Bin 0 -> 8121 bytes .../static/description/index.html | 434 ++++++++++++++++++ .../templates/website_forum_templates.xml | 68 +++ 12 files changed, 733 insertions(+) create mode 100644 website_forum_subscription/README.rst create mode 100644 website_forum_subscription/__init__.py create mode 100644 website_forum_subscription/__manifest__.py create mode 100644 website_forum_subscription/i18n/es.po create mode 100644 website_forum_subscription/i18n/it.po create mode 100644 website_forum_subscription/i18n/website_forum_subscription.pot create mode 100644 website_forum_subscription/readme/CONTRIBUTORS.rst create mode 100644 website_forum_subscription/readme/DESCRIPTION.rst create mode 100644 website_forum_subscription/readme/USAGE.rst create mode 100644 website_forum_subscription/static/description/icon.png create mode 100644 website_forum_subscription/static/description/index.html create mode 100644 website_forum_subscription/templates/website_forum_templates.xml diff --git a/website_forum_subscription/README.rst b/website_forum_subscription/README.rst new file mode 100644 index 0000000000..4741e866ff --- /dev/null +++ b/website_forum_subscription/README.rst @@ -0,0 +1,86 @@ +========================== +Website Forum Subscription +========================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github + :target: https://github.com/OCA/website/tree/14.0/website_forum_subscription + :alt: OCA/website +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/website-14-0/website-14-0-website_forum_subscription + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/186/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Allows users to subscribe/unsubscribe from forum notifications. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to: + +#. Go to your website/forum page. +#. If there are several forums, you'll find a subscription button in every card. Click + on it to subscribe or unsubscribe depending on your forum subscription state. +#. In the main forum page, you'll find the same button on top of the forum panel. + You can proceed in the same manner as above. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Tecnativa + +Contributors +~~~~~~~~~~~~ + +* `Tecnativa `__: + + * David Vidal + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/website `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/website_forum_subscription/__init__.py b/website_forum_subscription/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/website_forum_subscription/__manifest__.py b/website_forum_subscription/__manifest__.py new file mode 100644 index 0000000000..7c25db0da9 --- /dev/null +++ b/website_forum_subscription/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2022 Tecnativa David Vidal +# 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": "14.0.1.0.0", + "category": "Website", + "website": "https://github.com/OCA/website", + "author": ("Tecnativa, " "Odoo Community Association (OCA)"), + "license": "AGPL-3", + "application": False, + "installable": True, + "depends": ["website_forum"], + "data": ["templates/website_forum_templates.xml"], +} diff --git a/website_forum_subscription/i18n/es.po b/website_forum_subscription/i18n/es.po new file mode 100644 index 0000000000..1f4dda56f3 --- /dev/null +++ b/website_forum_subscription/i18n/es.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_forum_subscription +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-10-21 13:55+0000\n" +"PO-Revision-Date: 2022-10-21 16:00+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"X-Generator: Poedit 2.3\n" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid " Subscribe to forum notifications" +msgstr " Suscribirse a las notificaciones" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid " Unsubscribe from forum notifications" +msgstr " Anular suscripción a notificaciones" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid "Subscribe" +msgstr "" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid "Unsubscribe" +msgstr "" + +#~ msgid " Subscribe" +#~ msgstr " Suscribirse" + +#~ msgid "Follow" +#~ msgstr "Seguir" + +#~ msgid "Unfollow" +#~ msgstr "Dejar de seguir" diff --git a/website_forum_subscription/i18n/it.po b/website_forum_subscription/i18n/it.po new file mode 100644 index 0000000000..b14513a73f --- /dev/null +++ b/website_forum_subscription/i18n/it.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_forum_subscription +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2022-12-27 17:45+0000\n" +"Last-Translator: mymage \n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid " Subscribe to forum notifications" +msgstr " Iscrizione alle notifiche del forum" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid " Unsubscribe from forum notifications" +msgstr "" +" Elimina iscrizione alle notifiche del forum" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid "Subscribe" +msgstr "Iscrizione" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid "Unsubscribe" +msgstr "Annulla iscrizione" diff --git a/website_forum_subscription/i18n/website_forum_subscription.pot b/website_forum_subscription/i18n/website_forum_subscription.pot new file mode 100644 index 0000000000..94e03c1c4a --- /dev/null +++ b/website_forum_subscription/i18n/website_forum_subscription.pot @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * website_forum_subscription +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid " Subscribe to forum notifications" +msgstr "" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid " Unsubscribe from forum notifications" +msgstr "" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid "Subscribe" +msgstr "" + +#. module: website_forum_subscription +#: model_terms:ir.ui.view,arch_db:website_forum_subscription.follow +msgid "Unsubscribe" +msgstr "" diff --git a/website_forum_subscription/readme/CONTRIBUTORS.rst b/website_forum_subscription/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000000..e5276b375e --- /dev/null +++ b/website_forum_subscription/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `Tecnativa `__: + + * David Vidal diff --git a/website_forum_subscription/readme/DESCRIPTION.rst b/website_forum_subscription/readme/DESCRIPTION.rst new file mode 100644 index 0000000000..b580f55455 --- /dev/null +++ b/website_forum_subscription/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Allows users to subscribe/unsubscribe from forum notifications. diff --git a/website_forum_subscription/readme/USAGE.rst b/website_forum_subscription/readme/USAGE.rst new file mode 100644 index 0000000000..b72e9d1426 --- /dev/null +++ b/website_forum_subscription/readme/USAGE.rst @@ -0,0 +1,7 @@ +To use this module, you need to: + +#. Go to your website/forum page. +#. If there are several forums, you'll find a subscription button in every card. Click + on it to subscribe or unsubscribe depending on your forum subscription state. +#. In the main forum page, you'll find the same button on top of the forum panel. + You can proceed in the same manner as above. diff --git a/website_forum_subscription/static/description/icon.png b/website_forum_subscription/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4f3e086bfae3994ef9a3580b560d9548a7d83d94 GIT binary patch literal 8121 zcmV;qA4cGbP)Py9b4f%&RCr$PT?v>J#o2y)W@l!1xo-)|$|Wue#&{wNze=LN8Wj;mfslA4@g|Cb z{wh%uL5PVE6glD*O^hfc5CLxl3&7B^Wq-@eXv>G0PlDatqDAxA*21@dI$4Pyyc4Y&E-!67XljbW5 zW8m@-Brx#fic^|8L9_VUu+pcu1r zb}st2>F}u3Z|;i=zpFfUrQWdV21-yA+Ym>zT|ZdMu z34S}&Z~2THm=i4cwPQURaEAzBluR-T%Z(Q`Xk7rPKGv7oixCcq+R+aHDPYVxFZy7= z9q6}w#u=mzqCh`BNf7om07e)n0a0%d4GhvZ3#z`N{gCMaL-R15UjDO1lI$p}K1LnK zTYc*@ASftI=@k9nLXuQp8yM6G_oMMnjOIsTGR-I~`%;E+Tan{!L?3VUt*-;rwIl^) z_@)u9THttKOasGkJFcEOxyOTn4H6ZQ9Wy!LY$d5KI>b+Yp{c$prt)J)I{-=@Uz#Qy zCAsx={C1$<@=f(M#XScoZq@& zlqNv17Ru?Q&19goNK#!QzMRWP1~xH}wTDFegPG}NF^ubu3n;(P=l~Ir9sM}D<^d=9ktDwz>Kd3n z*MT(E*MFXd0>(^QcC(ds6z>H9ek8Ci0MOX$YXD3-5<5aZO+eIJ7XT7zZ#pGGh58`u;jr8!C>43lZftdE)EmXRo~ z>70l2+jl~%NR-aql~h+@?coEMzjqf(?-%?S7o6OK2^8~}tBZDG z)Y^|M*NOs2q(fVVv+(k{7vZ!{oiTp(QY<*QJJo&{c1#DbnTfj~B}v3Udh4H`-2(H5 z{Ve&F1{zVOp&citDIaz2U5^1TZ|H&Jc&M!XHdjt zoK+=b{>^u|0*iL>4e$L6pB5it`ZQh{nt=<~>Ra#a;B&dSC8|8ogW?{cCi zz--#T7gINVk@PWa8HDi!bA4Ncv+!32ShS)9G=ty&CrV|t{i5ylTQ635$}s6fAgc%L z8rZzF9P_Te5q-OyWZQWvXci@n#xk58MW36~0>kopVfYWv_5>1Mp*J_J!~8uv@oCAS z(>fPQkQT9e>(R}E~E0BEr^$vW7_ahxc;p3 z1nv&}e$6txcA!w$4m_rCs{~0lvXdk)lqG_20+v&2faT*S2pQ@1RV#4+x9cESwExc^k7GDOkSVjCk2G^(RHaGgl464FfN9tPb&KMt|}y zz9}#DB!MFRW7qFYhT#?P!zkK430P`(?WSOH@>@umzc2q7cQ2TWP;NG&J-Y$nFn8p( zsEOk*124sZ9>L0wW3MJISiNgIZvT7*$`mHe=MG#w zXF7^2)#KD6ojW0`b4Say1jzZ(T)cV3b!e5t&en={a=Nc0j4<-!MfkeB6q*dl8nXb1 zA32KJ!$;|3TQ_fpg^y3d=_hw{tj3f7S%Fvg?zCmxbPRCv06mjahS3AXFJ+k@p#2>` zd<3;S3Tf!P?y;x1A+%PPl4IpKACim1Bgwd+9H#p(0Z{JEI&$w$->gjqDOm`756b~DU74#1+dmx5;IG;G?Z z2TjTvdZw9p^DlAR6<0Z#3Kzfg7WP!C&a)`fh+d~xp5(vHlEg!n$oFPO(qu@hpa{DZ zes>UOPJ9#yg&^gqj;@rIWqEw_np(`eWT@wCtz%CFbOB+Qp|hr;q(Yq^Qa_0UvZ({S z4@#9f;ks_-3plBR)o0UJZQkaMc=($ynYA?o!>?k{ni7U#AxT55SD%JBxV1Zrl5H*;UZ8=tK)U9U2YTv>^lJ^Sgu|NX=y z3^?s{+xwDa-mCj}`95Dpgn?`s#tSmznuDv`i$H+0V*GE>_r$KY4evK$9EwVdkwwDi z6H-*HIk`$%IdY2ju}ggwO5$}mWVuIPyY^WB_+%k=k)lyVi4>Vm zWFpK`y=6O|8}W0YD9fqC>cj7IKVOS6Z@kK=ipn(Ag+)+m;zBHQ(ULc@w~D=PhS#4W zjH0g`jgnf=`h)O#7`q3^M~Z2lC5aZb%jy5$LFDLKdpR08;~6a8`VEz$P;)g0p^Xp< zmaW^-wRKyeD62kzL9`C%O#Cg1j;Irs=Jj84MI~zX?#C79_Q$K^9~P1&uRf<47_5gS z!)o)7qG6W?AmykAmL!%9xBUCB?!p!Q&g3?jB8UF?n$tWRhlH!?A-^sq6#}-{fBKb@4anXaQ6nIPvnI`ctA<^EMXWwl%+Du zE(0T^9;$jDg@1U~*5~-!@};=*pZ`FtPj5)kNV2#JmK}6*jzn2IC);be=%}u5*Y%$8 z0QF^3{gA4mTvd&l-Fxxc_(yR0x##l-U1bH%UNV={4{9+tM8IVjmL!SZSd$^{3%?+t zYrFQ?;NZX9@zN~3v3)aT7wtpA^6d_gH6!G6`-MLiUJ6m)0O3@h2@B_8_KKxU=a-Zv zvh?f0|BEMYy4ChpB#F1Xf=oSFUwr1o92%gUB#rtoUL;9AT8#LPLdRFe74$k4i^hzz zZD_&d$FVs(j8LnV^g5-qTm_46mUlUcvK&_BIdx2Z{e9!!-5C6*NsNwGYb=)^!>KvV zvFzzT+csh3dkgTNa&;n86ae}giV%eXFd_wLhnAG0b{ml)Bi2~uAG-W%Jb3xlwhe7F z_I5=3=2L^k$-OC9QuprKwta(hcFhJcJHO`Nt9BIP@S6*5?Ktg=HFz$ucS-|{84ykk zVh14V^tPHg#X6T{6R*ohOHjLA^;uF#X19YpzzHy93B!edor$cjT_BebpJkh2gpfZ* zoHqc^jl8M85=2_+MZ)VhKI5$@1Zwsl#K%uewq5!#_0yGjZueI2k|dC)F*1xp0l7E< z7G0i&Wi36^EV^eL3QjqdYt&D^+JtM~nFmC&5)Q6xX|Tu~R9bqi4sSAN#m9Jb;al8+ zSbMYt{~9ySHtV~lXeUO0w#+!-1ovr)G7@DNz2@-%K$s6qvufK`T=V=?6JS!#t5Q{ksY7qTjW#RtR`1-7 z(O)dLFtomZ{YVl86-$!L0J4CE`?gslE(p^sx^pZF@=xOeX5yQ#WAd^O=DTyZR! zi_s*;Eg+m+3|mQ}VA)X!$sBkKG7Ncm$#XB+T6p5z*D-l{ieb!>ThOaF-oD2^EDx>= zGka$uNkp1>(dvEu2VvaM>uoF5YyQiDNfM2cT0TFSIhUjmuAQ(LnG;UHfS$b_^EjF9*5IC|0%l8UL6zxIV+$_AxFN%AE6{V^OTkJK z6ELM^YUr%Xg;0uf0TiuOP7L$lYcJ#ZH7l4#Aoy#H45ODMy`+pCcrhNhYN#;7@T86R zy~x}XWf(&RN#bmKp#dxwXH*Nn%>ZIZRp|_SNxJ;W-(uxHvgTKXq?!y&F-<|wQ?Tea zWe77QTkL2Z~l=@$I@1VIrdS+qYrH()Y2uM%~${$yAbfc8?z^2KgWBBSo?h?b-#+&O0mE zC@JSxqZFQIS^*@;G`fzD@6sGvMk<%=YV6bjp`2_^&op*PG6n%;nM3V?@2mqm0hUlC zg50yta53<$zLHa-Pf`JsBqd9f!XEhvWo7%ihVZ*q2N)L9ggdsU8`cbhqyt<**Y1su zVR#Zj*ZA%`V6ZP?mdHt6=w?4+Ha%cOm#esvBr9Na@ZmZ^f=okBCt!_;1R%(AOsQoH zNLlK+FRTVOM!@hoTB)u<{Ltal@FqJf@=l@*9ZH;95&1zUVM*cv#STDH_Af^%ti{Jn zofMoB@DhIWp4S)wqwg@5L=YDu6pJFe&nY0=a@=;j8%8k?_`Iy%OiyKLlbTx^R3Q3g2k$jRk zixOrr?ye98j7aLA=Syl#!;vJt6P#Y3CgH3wEy7w4GoWktMgtfURpt6@F>trA= zno++OjGhFYXL7g32p9{~Ccr`*U9)63f>F%OCdF*50Jl!GMUve3BrKq~ zDesifBU?-sj~R!4UGo~0bIWVYhTVl2{=vUd7E@0RwJeboSm5Nv*Ky+%GZ`k+K27p@ zx{NXf%Y6@`pToI$4Gl>f_wK>)Ws6aY)cXlUCCP2{K1NO|9*X%);Y}@r3~?8mAtl)%2NU~>Go;708onFGQ#tE7}jYGYU6p^PWanV znwW(R8!AsLme{`QGLv~4TZYM$Ptybzd)J*Z&GIGci@MT$-iy76+rKf{l6x_2*CwdwTl2oJ4>f-rVb1Y!*_o9J`LN6;#t7D)9#%y<1sM5kD$pK z_hqZLZ^iI6AG%tineI$6Wf*=O?{7Vfh)?tGm~j}`$NmLUjT zNiq8?d~F!;0q1E94CCxY zI|G1v(k>Qxk38*%m~+oq0dqB7GWw;N_$X?3evkXj^-fWdxj$_s$%{|pHculT_zv&? z?kNoHYdv+K2_iZ<`g#+F&V2>ZUfnHbag%s+D?t{Dh}?XGWyM`4eHsFo)>%=^89N?V z_8-uM5rzd8{bw!i{^vhX7R@pMrcM%fdZ*W$Bw1T1E=dyPBS(SKGJ2EN&6=ZMkDk1_ zOD>qqGagPW`NUDlJ><`D3(j^d?mjKi29o=3*i(e^HZAGtQsEBm5jnAQT}MfTVUkc` z+R_aG+^(ll%8o%!9AUxp`fV)Ft}h1>mUi&NIL>|j0*DJO_Vc1q3J~%RZ}N%u$U`{s zPARv(hvti9RFb^-G%QP)ePSX@N@W%MXfyU)g@2%k(~Qme#KxPj^V<9%z>aCiK57jt z#9rimm}dV))OX>#7?SH1eUj?KSX>(+rV+`r*o}l_c}0eN=m?Z!_OHr)CanPCZV_gqlGo81fXM!76)fsv@NlaZh~%A^WExSR1d*pP0mc-Tao?ZB8=meL zP8sebD^RMdZ4Xg20ML9433DT_y65|+KRO$IPcrX5;M7;Rc`7tF?k>dJUw*DD#a}39 z9zd4O?y(r6r*x-BkdY5P|1Tj)qCl}@6u;|fq^z4#43qAYs8}a^Yg#HIRjF&N`2{!S zi4#1se*tEW4rUp}$l1^0?e$+KtHe6Cgu^vP2Fs2idTLLQ!wuQ(OK+aV3jFu#!hlJS(XuR{@QxfaKa3nb8_VyN zWENW~7kJg4U3ohOa&n3t7>3>P{09a<_atTrcHf_IVjfmL{Ddc9@Cp??^%yqn)*UTt z2VhVQHvf7ajC)M6QjC6&=dK$_w7EeLgsq~qsW4wXQ4FC*1 zt80Xl)am^h`aF&(+08wL+qHqzTm_3$<~9jT>a$px#jhl}krcN8vLqJufU$b#{v^e% zwDCt2&&?1`WLe9TX$bkyQ9zDce&hmx3?wpZ+_nv*+-wRIH+dFTG~|@`FiQf<5|(}o zP{O3}FRoAf2~@|6PXk$oTv7(5vq+&!RrdZ=OfH3l|wC`#9uTVliadFiTJX zvSSbt0NRyjN>Wgg;>D+7H!%G^jS4q$pg0+x9QCe&MU(-80+8tQod>vt1YqkJEHPxA(jy5LQAP*~5O$2>X&1KPa=EIJ35B}Gnl6lEa4PO;ze ztaea_(My5bMa&|U$Cny0Ew?Z4$ERUSF0VsLo`o>(-;AyfyEpRIRjhFH}lINe#^UUhf-D!NxEcEIZo)5%XVH(;UsrEfT)2ozeZT3 zU8!qQ?Vxi*r}Ti56;At6?V?QOwnKvgkXGNS&D)A4ssE3@!pU9pRnOmDBCMhMG%N?# zjnvpVjqak#`je-Ti%U@P<%ZP~`ky^ribn22mlJ@*nI!x$R{e!HLeecsb+Vo&7D1#} z4@2lI$_POLrLLnaxwH&b8@>i=Y91kNY%BFYYd@lq2s(8DvNeB33$S#A?P0UIyAfr+ zT1@Kr0C#q34QYhzD6)Dw=UGGnRNo}UVqNYE!i3%9anuy|V<>uaYWZLXmsUdvXh2y2tV^2VqqdfB`zZZ0VxyN5{ zAHZf5?%Hh2QcCujWt_XFe6~myLLJ*f$_l$auEUK}ZCxh8sjpxA3ZB{L1Ykldp>ViT zYSrSd!&9Dp!8!ziR_K5BlTsvW5M;R*WI5Yl5W$A<-ty8M1mlVJB`V;`k&07BtV#vdy TDD;+N00000NkvXXu0mjf{9l1R literal 0 HcmV?d00001 diff --git a/website_forum_subscription/static/description/index.html b/website_forum_subscription/static/description/index.html new file mode 100644 index 0000000000..9321f395c7 --- /dev/null +++ b/website_forum_subscription/static/description/index.html @@ -0,0 +1,434 @@ + + + + + + +Website Forum Subscription + + + +
+

Website Forum Subscription

+ + +

Beta License: AGPL-3 OCA/website Translate me on Weblate Try me on Runbot

+

Allows users to subscribe/unsubscribe from forum notifications.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Go to your website/forum page.
  2. +
  3. If there are several forums, you’ll find a subscription button in every card. Click +on it to subscribe or unsubscribe depending on your forum subscription state.
  4. +
  5. In the main forum page, you’ll find the same button on top of the forum panel. +You can proceed in the same manner as above.
  6. +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/website project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/website_forum_subscription/templates/website_forum_templates.xml b/website_forum_subscription/templates/website_forum_templates.xml new file mode 100644 index 0000000000..54a9c24684 --- /dev/null +++ b/website_forum_subscription/templates/website_forum_templates.xml @@ -0,0 +1,68 @@ + + + + + + + From aa4fa5c84704dfa2784a7633a88b5f57937cd332 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 20 Mar 2023 09:49:49 +0100 Subject: [PATCH 2/4] [MIG] website_forum_subscription: Migration to 15.0 --- website_forum_subscription/README.rst | 24 ++++++----- website_forum_subscription/__manifest__.py | 2 +- .../i18n/website_forum_subscription.pot | 2 +- .../readme/CONTRIBUTORS.rst | 1 + .../static/description/index.html | 43 ++++++++++--------- 5 files changed, 40 insertions(+), 32 deletions(-) diff --git a/website_forum_subscription/README.rst b/website_forum_subscription/README.rst index 4741e866ff..d5829dfd63 100644 --- a/website_forum_subscription/README.rst +++ b/website_forum_subscription/README.rst @@ -2,10 +2,13 @@ Website Forum Subscription ========================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:d74438ad14ac2d5fb49a9cd66ec6adc159c82934ae8de37f7a84e5e3b157fea6 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Website Forum Subscription :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github - :target: https://github.com/OCA/website/tree/14.0/website_forum_subscription + :target: https://github.com/OCA/website/tree/15.0/website_forum_subscription :alt: OCA/website .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/website-14-0/website-14-0-website_forum_subscription + :target: https://translation.odoo-community.org/projects/website-15-0/website-15-0-website_forum_subscription :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/186/14.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=15.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Allows users to subscribe/unsubscribe from forum notifications. @@ -48,8 +51,8 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -67,6 +70,7 @@ Contributors * `Tecnativa `__: * David Vidal + * Stefan Ungureanu Maintainers ~~~~~~~~~~~ @@ -81,6 +85,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/website `_ project on GitHub. +This module is part of the `OCA/website `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/website_forum_subscription/__manifest__.py b/website_forum_subscription/__manifest__.py index 7c25db0da9..8a6e67413b 100644 --- a/website_forum_subscription/__manifest__.py +++ b/website_forum_subscription/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Website Forum Subscription", "summary": "Adds a button to allow subscription from the website", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "category": "Website", "website": "https://github.com/OCA/website", "author": ("Tecnativa, " "Odoo Community Association (OCA)"), diff --git a/website_forum_subscription/i18n/website_forum_subscription.pot b/website_forum_subscription/i18n/website_forum_subscription.pot index 94e03c1c4a..a27ad8799b 100644 --- a/website_forum_subscription/i18n/website_forum_subscription.pot +++ b/website_forum_subscription/i18n/website_forum_subscription.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 14.0\n" +"Project-Id-Version: Odoo Server 15.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" diff --git a/website_forum_subscription/readme/CONTRIBUTORS.rst b/website_forum_subscription/readme/CONTRIBUTORS.rst index e5276b375e..711237e528 100644 --- a/website_forum_subscription/readme/CONTRIBUTORS.rst +++ b/website_forum_subscription/readme/CONTRIBUTORS.rst @@ -1,3 +1,4 @@ * `Tecnativa `__: * David Vidal + * Stefan Ungureanu diff --git a/website_forum_subscription/static/description/index.html b/website_forum_subscription/static/description/index.html index 9321f395c7..d7a5bd1760 100644 --- a/website_forum_subscription/static/description/index.html +++ b/website_forum_subscription/static/description/index.html @@ -1,20 +1,20 @@ - + - + Website Forum Subscription