Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar 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
  • Proyecto
  • 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

How do I mark a set of Messages in my Inbox as read?

Suscribirse

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

Se marcó esta pregunta
messaging
5 Respuestas
11759 Vistas
Avatar
Justin

I want to be able to "Mark All as Read" for a set of messages, rather than having to click on each one.

I'd like to be able to select a set of messages in the same way I can select a set of records in the table view mode for other views, and then use More->Mark as Read.

Is this possible?

6
Avatar
Descartar
Yenthe Van Ginneken (Mainframe Monkey)

+1 For the question. Im looking for any solution too.

Avatar
Fabrice Henrion (fhe)
Mejor respuesta

Assuming v8, there is no easy button to "Mark all as read" unfortunately.

For the following procedure, you need to have access to the Settings. Your user also needs the Technical Features checkbox checked. And you need to have the Import feature activated.

The best workaround is to go to Settings > Technical > Email > Notifications. Then advance-search "Read is False". Then check the checkbox to select all (or just the records that you want to mark as read) and go to More > Export. Here you have to select "Import-compatible export" in the CSV format and add the "Read" field in the right column. Then Export to file and open the csv with a spreadsheet reader (LibreOffice, Excel, or google spreadsheet). Replace the cells of the column "is_read" from FALSE to TRUE and leave everything else the same. Save this file locally.

Then back in Odoo in the Notifications list view where you were, click Import (next to the create button). Select the CSV file you saved. It will recognize the column headers automatically and you can click the Validate button that should show a green validation if you did everything properly. Then click on Import. This will change from Unread to Read all the records you had selected at once.

1
Avatar
Descartar
Justin
Autor

That's... incredibly sub-optimal. Please add this feature to the current view, or add a list view where you can do this as an action on a selection of items. If I get some time, I'll have a crack at a patch myself, because this is a super-needed function.

Avatar
Niklas Rydberg
Mejor respuesta

If you get someting like this:
null value in column "partner_id" violates not-null constraint DETAIL: Failing row contains (14847, t, f, null, 8003). in Zeile 2

You are not doing the Export/Import on the right table.
Try again: Settings > Technical > Email > Notifications (NOT Settings > Technical > Email > Messages)

God luck!

0
Avatar
Descartar
Avatar
PeterN
Mejor respuesta

As suggested, I selected all unread messages and clicked export. I chose "import compatible export" and I selected just "notifications/read". After exporting I get a file like that:

"id","notification_ids/is_read"
"__export__.mail_message_8003","False"
"__export__.mail_message_7992","False"
"__export__.mail_message_7984","False"


I changed "False" to "True" and tried to import. Odoo detects the columns correctly, but I am getting this validation error:

null value in column "partner_id" violates not-null constraint DETAIL: Failing row contains (14847, t, f, null, 8003). in Zeile 2
null value in column "partner_id" violates not-null constraint DETAIL: Failing row contains (14848, t, f, null, 7992). in Zeile 3
null value in column "partner_id" violates not-null constraint DETAIL: Failing row contains (14849, t, f, null, 7984). in Zeile 4
0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

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

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
use of _track and track_visibility Resuelto
messaging
Avatar
Avatar
1
dic 19
21420
Consolidated Send Message History
messaging
Avatar
Avatar
2
ago 18
4897
How do I get a message with activated credit limit? Resuelto
messaging
Avatar
Avatar
Avatar
2
may 17
6231
Message to a Single User (Not including followers) in Odoo Messaging
messaging
Avatar
Avatar
2
mar 16
4897
Opening custom object from system message
messaging
Avatar
0
sept 15
4347
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información 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 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