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

Where is the option Common Contact Book for Multi-Company in V13?

Suscribirse

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

Se marcó esta pregunta
contactsmulticompanyv13V13
9 Respuestas
11382 Vistas
Avatar
Anibal

I can´t find the option Common Contact Book for Multi-Company in V13, is no longer available?

2
Avatar
Descartar
Chris TRINGHAM

This is a good question! Why does it have three downvotes?

Avatar
Muhammad Faizal NS
Mejor respuesta

For Multi-company, all data to be separated and users should not be able to access each other's info (including contacts) unless they are the administrator or have been given rights to both companies.

3
Avatar
Descartar
Keiron Conroy

thats crazy.

How do i set up the common contact book and common product catalog then?

Odoo 12 i shared my contact book with all companies, but restricted all the products by company.

Also the parent company can see all the child product and transactions.

Currently, having a parent company setup has no effect. :(

Guess im sticking to odoo 12 at this stage.

Chris TRINGHAM

The common contact book is still available and is the standard behaviour. The only thing you might need to do if you upgrade to Odoo 13 is to set the company to blank for all shared contacts (and if you want to keep the products separate, no need to do that).

The logic for parent and child companies has been removed, but if a user is authorized to multiple companies they can see products and transactions in all the companies, so that should work for most scenarios.

Avatar
Chris TRINGHAM
Mejor respuesta

Multicompany has been changed in Odoo 13.

The old defaults (for multicompany) of “Common Contact Book” and “Common Product Catalog” have been removed.

Contacts and Products are shared by default, but if you enter a company for a product it will be limited to that company.

There is now a Global Record Rule for Contacts (res.partner) with the following domain:

['|', '|',
     ('partner_share', '=', False),
     ('company_id', 'in', company_ids),
     ('company_id', '=', False)]

partner_share is TRUE for Odoo internal users but not for portal users or other partners (e.g. customers and suppliers).

This means that:

  • Customers and suppliers are filtered by the multi-company rules
  • Internal Users in one company are visible in other companies
0
Avatar
Descartar
Moaz Mabrok

I am going this error

ValueError: Invalid field 'company_ids' in leaf "<osv.ExtendedLeaf: ('company_ids', 'in', [3, 2, 1]) on res_partner (ctx: )>"

Chris TRINGHAM

I removed the second part of my answer. There should now be a fix for this in standard Odoo.

Moaz Mabrok

but users from one companies can see users for anther

['|', ('id', '=', user.id), ('company_id', 'in', company_ids)]

works but can't make exaction for admin

I want them to see there own contact only

Chris TRINGHAM

Yes, internal users are visible across companies. That's by design.

Moaz Mabrok

Yes but how to hide them

Moaz Mabrok

in the same company is ok but if I have a multi company I want them to only see there coworkers there contacts only

Chris TRINGHAM

I suggest you ask another question and provide an example / use case

Moaz Mabrok

I did as u suggested. Thank u for the help:

https://www.odoo.com/forum/help-1/question/how-to-make-hide-users-for-anther-company-171412

¿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
Disable Contact Sharing in Multi Company (v15)
contacts multicompany
Avatar
0
dic 21
3102
Disable Contact Sharing in Multi Company (v14)
contacts multicompany
Avatar
Avatar
1
mar 21
6331
multi companies
contacts multicompany
Avatar
Avatar
Avatar
3
nov 19
3547
Inter company configuration (create SO to PO) in odoo V13
multicompany V13
Avatar
Avatar
Avatar
2
nov 19
5020
multi-company contact
contacts multicompany
Avatar
Avatar
2
feb 19
8375
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