Skip to Content
Menu
This question has been flagged
8 Replies
8671 Views

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
Discard

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 !

Author

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.

Author

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.

Author

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

Author

I just read it, thanx. Already did it.

Author Best Answer

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
Discard

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

Best Answer

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
Discard

will this stop Odoo from sending the notifications?

Author

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.

Related Posts Replies Views Activity
14
Jun 24
113982
2
Nov 22
5271
1
Oct 17
17921
0
Nov 15
3352
1
Sep 24
5608