Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
8 Replies
10459 Tampilan

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
Buang

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 !

Penulis

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.

Penulis

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.

Penulis

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

Penulis

I just read it, thanx. Already did it.

Penulis Jawaban Terbai

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
Buang

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

Jawaban Terbai

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
Buang

will this stop Odoo from sending the notifications?

Penulis

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.

Post Terkait Replies Tampilan Aktivitas
14
Jan 25
125473
2
Nov 22
6305
1
Okt 17
19637
0
Nov 15
4227
0
Mar 25
1645