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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
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 :)
hi, without hiding followers, can we stop sending notifications to followers ???,, i mean by changing code, can we make it,,, is it possible????
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
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
will this stop Odoo from sending the notifications?
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.
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
14
ene 25
|
124569 | ||
|
2
nov 22
|
6166 | ||
Remove button when inherit a view
Resuelto
|
|
1
oct 17
|
19466 | |
|
0
nov 15
|
4105 | ||
|
0
mar 25
|
1463 |
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 !
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.
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.
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
I just read it, thanx. Already did it.