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
    • Conocimientos
    • 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

Access rights on the contact chatter

Suscribirse

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

Se marcó esta pregunta
messagecontactscontactContactForm
2 Respuestas
4004 Vistas
Avatar
Mohamed Hassan

Hello everyone,


I want a user to be able to access the contact module in read-only mode but have write access and everything to the chatter linked to the contact. How to do it?


Thanks in advance to all.

1
Avatar
Descartar
Avatar
S.A. Methsiri Madusanka Sooriyaarachchi
Mejor respuesta

To grant a user read-only access to the Contacts module while allowing them full access to the chatter linked to each contact in Odoo, you'll need to set up specific access control and record rules. Here's how you can achieve this:

1. Create a Custom Security Group

  • Go to Settings > Users & Companies > Groups.
  • Create a new group, e.g., Contact Read-Only with Chatter Access.

2. Define Access Rights for the Contact Module

  • In the new security group, add a record for the contact model (which is typically res.partner in Odoo).
  • Set the following access rights:
    • Read: Enabled
    • Create: Disabled
    • Write: Disabled
    • Delete: Disabled

3. Adjust Access Rights for the Chatter

  • The chatter in Odoo (the message thread and log notes) is managed by the mail.message model.
  • Ensure that the same group has the following access rights for the mail.message model:
    • Read: Enabled
    • Create: Enabled
    • Write: Enabled
    • Delete: Enabled

4. Set Up Record Rules

  • You may need to create or modify record rules to restrict access to the res.partner model to ensure users can only view contact records but not modify them.

For the Contact Module (Read-Only):

  • Go to Settings > Technical > Security > Record Rules.
  • Create a new rule:
    • Name: Contact Read-Only
    • Object: res.partner
    • Domain Filter: ['|', ('user_id', '=', user.id), ('user_id', '=', False)] (adjust according to your requirements)
    • Groups: Assign the Contact Read-Only with Chatter Access group.
    • Enable Read permission only.

For the Chatter (Full Access):

  • Ensure the default rules for mail.message and related models like mail.followers allow the desired group to create, edit, and delete messages and activities.

5. Assign Users to the New Group

  • Go to Settings > Users & Companies > Users.
  • Assign the users who need this specific access to the Contact Read-Only with Chatter Access group.

6. Testing the Access Rights

  • Log in as a user assigned to this group and verify:
    • The user can view contacts but cannot edit or delete them.
    • The user can fully interact with the chatter (log notes, messages, and activities) linked to each contact.

Important Notes:

  • Customization: If the chatter involves related models like mail.activity, ensure you also set appropriate access rights and record rules for those models.
  • Complex Scenarios: In cases where the chatter involves other models or complex workflows, you may need to create additional rules or adjust the existing ones.
  • Testing: Always thoroughly test the new access rights with a test user account to ensure everything behaves as expected before rolling it out to other users.

This setup will ensure that users can only view contact records but have the ability to interact fully with the chatter linked to those contacts.

0
Avatar
Descartar
ruben

Hi, are you sure this solution works? I try in Odoo 15 and cant post messages :

You are not allowed to modify 'Contact' (res.partner) records

Davide Morano

Hi, did you find a solution?? The one suggested is not working. Thanks

Chris TRINGHAM

This looks like one of those AI / LLM solutions!

¿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
De ODOO studio a código fuente
contacts ContactForm
Avatar
Avatar
1
mar 24
2344
Grand Portal Access
contacts contact portal portal-user ContactForm
Avatar
Avatar
1
jun 23
2912
comment afficher le menu déroulant type dans contact
contacts contact
Avatar
0
abr 22
2804
Contacts, Messaging greys out, loading, no sucess
message messaging contacts contact messages openerp7
Avatar
0
mar 15
4295
How to apply record rules on Contact
contacts contact access rights
Avatar
Avatar
Avatar
Avatar
3
sept 25
2146
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