Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Remove followers from SO except user

Naroči se

Get notified when there's activity on this post

This question has been flagged
4 Odgovori
5604 Prikazi
Avatar
Ralf Heijthuijzen

I have made an automatic action which removes the foloowers from a SO. I use the following Python code:

for follower in record.message_follower_ids:
follower.unlink()


I need make a correction in my Python code so followers will automatically  remove from a SO except the user. 

Only our user needs to be a follower so he will get an e-mail when people response to catchall@... 

0
Avatar
Opusti
Ralf Heijthuijzen
Avtor

Hello Ben,

I have made an automated action for removing the followers from a Sales Order. This happens when trigger 'on creation & Update' is applied.

I use this for all match records.

faOtools

The app to avoid the auto following of the message recipients: https://apps.odoo.com/apps/modules/17.0/compoze_no_auto_subscribe

Avatar
Ray Carnes (ray)
Best Answer

You can't stop Odoo from adding followers to a Document, but you CAN

  • prevent followers from receiving ANY automated email notifications
  • prevent Users from accidentally sending emails to followers
  • force Users to choose recipients for each email Odoo sends


Note: Followers who are never sent any automated email notifications (see below for how to set this up) can also never be emailed unless they are added to the email via @ or as a Contact to notify – when using the full email composer. When automated email notifications are turned off either globally or for a specific record, Followers of the document functions as if it is empty.



 

You can control this

  • globally
  • by Sales Team member
  • by Record / Document Type (Sales Order, Project, Task, etc.)

 

Frequently Asked Questions

Can I get my notifications inside Odoo instead of via email? - https://www.odoo.com/documentation/17.0/applications/productivity/discuss.html#choose-notifications-preference

What is a follower? - https://www.odoo.com/documentation/17.0/applications/productivity/discuss/chatter.html#add-followers

How do I manage who is following a Document? - https://www.odoo.com/documentation/17.0/applications/productivity/discuss/chatter.html#manage-followers

How do I manage what automated notifications a follower receives? - https://www.odoo.com/documentation/17.0/applications/productivity/discuss/chatter.html#edit-follower-subscription

What does SEND MESSAGE do? - https://www.odoo.com/documentation/17.0/applications/productivity/discuss/chatter.html#send-messages

What does LOG NOTE do? - https://www.odoo.com/documentation/17.0/applications/productivity/discuss/chatter.html#log-notes

 

How Odoo follower and automated email notifications work by default

  • Message Subtypes define the notifications followers can subscribe to
  • Each one manages a single automated notification
  • There are three global Subtypes – Activities, Discussions, Notes – which apply to every Record Type
  • All others are setup per Record type

There are four checkboxes on each

  1. Default - every follower is automatically subscribed (opt out if True, opt in if False)
  2. Internal Only - only applicable for Internal Users (Employees)
  3. Hidden - not available for opt out via subscription management
  4. Track Recipients - shows the envelope icon to track who did and did not get the notification


 

 

They can be accessed in Developer Mode via Settings --> Technical --> Discuss --> Subtypes

 

The three global Subtypes:


 

Discussions – opt out - automatically applied to every follower. They all get a notification of every Message (they are blind copied on emails). The envelope icon* is shown to give Users access to verify if each recipient received the message.

Activities – opt in – applies to INTERNAL followers only. They get a notification of every Activity scheduled.

Note – opt in – applies to INTERNAL followers only. They get a notification of every Note added. The envelope icon* is shown to give Users access to verify if each recipient received the message


Remember that anyone who is specifically added when using SEND MESSAGE or LOG NOTE becomes a follower.  They receive that SINGLE email and by default get a copy of all others sent via SEND MESSAGE. LOG NOTE is only sent to the users specified via @ or those who have the Note subscription.

 

The default configuration of these three Subtypes means

  • anyone who is specifically named via @ will receive an email notification with a copy of what was sent via SEND MESSAGE or LOG NOTE.
  • everyone who is following a document receives an email notification with a copy of what was sent via SEND MESSAGE
  • only users who opt in will receive an email notification with a copy of what was sent via LOG NOTE
  • only users who opt in will receive a copy of email notifications related to Scheduled Activities

 

You can control which email notifications are sent out by modifying the way these Subtypes are setup. You can create a Discussions subtype per record where you want finer control. You can edit the Subtypes to determine when followers are automatically subscribed and when they have the option to subscribe and unsubscribe.


Common Configurations

"We don't want any emails going to people automatically. We want to manually email people AND specify each time who the email goes to."

  • unmark the Dicussions Subtype as Default. 
  • You will now have to explicitly @ the recipients for every Message you send, except the first time you send one to the Customer or Vendor BUT you will have an option to uncheck them from the first Message. In this way, Users are aware who they are sending the manual email to each time. Just the first Message.
  • Nobody will ever get an email they were not supposed to get because they have to be specifically added as a recipient via @.

 

"We are concerned about email notifications on Sales Orders and Invoices, we don't want any emails going to people automatically. We want Users to choose who gets every email that is sent out.”

  • unmark the Sales Order related Subtypes as Default.
  • You will now have to explicitly @ the recipients for every Message you add to a Document, except the first time you send one to the Customer BUT you will have an option to uncheck them from the Message. In this way, Users are aware who they are sending the manual email to each time. 
  • Nobody will ever get an email they were not supposed to get because they have to be specifically added as a recipient via @.

 

"We want to control automated email notifications for Sales Teams members"

  • Unmark as default the Sales Team based Subtypes as needed.
  • open each Team Member on each Team and change the notifications they are subscribed to.

 

"We want to control automated email notifications for Projects"

  • Unmark as default the Project based Subtypes as needed.



With ANY of these options, you can edit the Subtype subscriptions for Particular Sales Orders, Sales Teams, Projects, etc when you DO want automated email notifications to go out and/or when you do want followers to automatically receive copies of emails sent specifically to others (BCC).

With ANY of these options, Users still have the option to opt-in themselves, other Users and Customers or Vendor on a record by record basis.



2
Avatar
Opusti
Avatar
Josep Anton Belchi Riera
Best Answer

You can try with this code: 


# Remove followers except user

# Search the partner_id from the user_id
userpartner = False 
if record.user_id.id:
userpartner=record.user_id.partner_id.id 
 
unsfollowers = [] #followers to unsubscribe

for old in record.message_follower_ids:
if old.partner_id.id != userpartner:
unsfollowers.append(old.partner_id.id)

if len(unsfollowers)>0: 
record.message_unsubscribe(unsfollowers)

1
Avatar
Opusti
Tim Kieft (Radical Fanatics)

I think the last line should be record in stead of records

Chris TRINGHAM

Thanks Josep, this works well.

Josep Anton Belchi Riera

Tim Kieft: You're right. I made the change to the code. Thanks.

Chris TRINGHAM

Both seem to work, as far as I can tell

Avatar
Ralf Heijthuijzen
Avtor Best Answer

Hello Josep, 

Yes this works!

Many thanks!

0
Avatar
Opusti
Avatar
Wash Partner BV, Ben Deleye
Best Answer

Hi, are you doing this with an automated action in Studio ?

I'm looking for this solution for a long time, and nobody can help me, even not our Odoo partner.

Also what is the trigger ?

when a message has been send ?

Thank you

0
Avatar
Opusti
Mikhail Lapin

You can check the following OCA module
https://odoo-community.org/shop/restrict-follower-selection-1554?search=followers&version=16#attr=19797

____________
Cetmix OU
Odoo Partner

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now