Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Remove followers from SO except user

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
4 Respuestas
5608 Vistas
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
Descartar
Ralf Heijthuijzen
Autor

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)
Mejor respuesta

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
Descartar
Avatar
Josep Anton Belchi Riera
Mejor respuesta

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
Descartar
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
Autor Mejor respuesta

Hello Josep, 

Yes this works!

Many thanks!

0
Avatar
Descartar
Avatar
Wash Partner BV, Ben Deleye
Mejor respuesta

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
Descartar
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

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

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