Ir al contenido
Menú
Se marcó esta pregunta
8 Respuestas
10227 Vistas

Hi guys,

is there any way to remove completely Followers ?

I don't want them at all. Already blocked some but still got them.

It's annoying

Avatar
Descartar

Please specify your question by elaborate it little bit otherwise the best answer could be as follows ( as per your question ) Go to Setting >> Technical >> Email >> Followers, select all and delete !

Autor

so if I do it this way I will remove all currently existing followers? It will not affect anything ?

It will remove all followers and it will not affect anything.

Autor

It seems that you know a lot :) so please if you can, tell me please where can i find the location in the code where is this tiny little icon which is used to open full mail composer ? I would love to change it a bit but I can't find it.

Autor

My question was how to remove followers, disable it completely. I don't want followers in my Odoo at all so I'm looking for the way how to do it.

hi dr obx, go through this link https://www.odoo.com/forum/help-1/question/how-to-disable-notifications-shown-below-25294 ,, i have disabled followers from this ,,i think this will help you

Autor

I just read it, thanx. Already did it.

Autor Mejor respuesta

Thank you all,

Already did it some time ago. I've checked  every view/form and blocked it or made it invisible adding attrs="{'invisible':[('x_simplified','=',False)]}"

x_simplified is a additional boolean field so if I want or need I can unhide followers and some fields which I presumed as unwanted or not important.

So every page(form) contain this extra radio button which is set False as a default.

Problem solved :)

Avatar
Descartar

hi, without hiding followers, can we stop sending notifications to followers ???,, i mean by changing code, can we make it,,, is it possible????

Everything is possible but depending on your knowledge and experience. However it might be tricky in Odoo because it's already built in. So to avoid automatic process you have to change a lot of code and that's why i decided to hide elements which create auto sending message to the followers instead.
Is much easier and always you can restore it just clicking on Advanced view or however you name it.

It works for me very well so  I'll stay with this solution.

On 21 July 2015 at 15:51, joshi <joshi.abhi1907@gmail.com> wrote:

hi, without hiding followers, can we stop sending notifications to followers ???,, i mean by changing code, can we make it,,, is it possible????

--
joshi
Sent by Odoo S.A. using Odoo access your messages

Mejor respuesta

Hi Dr obx, 


<div class="oe_chatter">

<field name="message_follower_ids" widget="mail_followers" groups="base.group_user"/>

<field name="message_ids" widget="mail_thread"/>

</div>


remove this code   in view.xml in your module

 eg:if u want to remove followers in hr_holidays module, you can remove it at hr_holidays.view.xml

Avatar
Descartar

will this stop Odoo from sending the notifications?

Autor

Hello Piotr,

I'ts been a long time since I posted this question, I was working on version 7 or 8 that time. Can't remember if this solution worked but because I'm not working with Odoo anymore ..... anyway, after a closer look I decided not to remove it as it caused more problems than just ignore it.

Publicaciones relacionadas Respuestas Vistas Actividad
14
ene 25
124569
2
nov 22
6166
1
oct 17
19466
0
nov 15
4105
0
mar 25
1463