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

Which set-up for a multi-company behavior

Suscribirse

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

Se marcó esta pregunta
accountingmulticompanyfunctionalquickstart11.0
2 Respuestas
10570 Vistas
Avatar
Gans Marc-Antoine (mgs)

Which set-up for a multi-company behavior

-3
Avatar
Descartar
Avatar
Gans Marc-Antoine (mgs)
Autor Mejor respuesta

Background and basic function

========================

 

 

Users can only see records from one company at a time.

------------------------------------------------------------------------------------

They switch between companies using a selection field in the top right of their screen. The exception to this is the administrator, which sees all records at all times.

 

 

The company_id Field

-------------------------------

Enabling multi-company activates a "company_id" field on almost every record. Multicompany record rules define what is shared between companies in conjunction with the "company_id" field which exists on most models.

 

  • Leave the company_id field blank to share a record with all companies.

  • Add a company to the field to make it visible to users logged into that company or one of its parent companies only

  • To ignore the company_id field on a model, archive the multicompany record rule for that model. This will force share records of that model between companies regardless of the value int he company_id field

  • The administrator ignores all multicompany record rules. Therefore, don't create any records or transactions as administrator because you may create a record that can be read only by the administrator

 

Company Properties

-------------------------------

  • Some fields contain different values depending on the company. These are called property fields.

  • The name of these fields usually contains "property".

  • Property fields usually contain accounting information. The most important property fields are the account fields on products and product categories

 

When/Why should you use Multicompany?

====================================

You should consider using multi-database or multi-warehouse if possible. These configurations are simpler and less prone to user error and are therefore preferred if they fit your needs.

 

If the answer to the following questions is mostly yes, the multicompany feature may save you time:

 

  • Do you need to manage more than one legal entity?

  • Do these entities have their own separate accounting with their on CofA and Financial Statements?

  • Do the companies share common data?

 

Pros:

-------

  • Efficiency gains when a lot of data is shared between companies

  • Consolidated reporting

 

Cons:

--------

  • Configuration Complexity > slower to implement

  • Expect to troubleshoot permissions errors during setup

  • Possibilities for user error during configuration and use

  • You need an admin user for configuration only (extra user cost)

  • Certain features, like perpetual valuation, assets, and deferred revenues require special consideration to set up in conjunction with a shared product catalog

 

 

 

 

Questions to ask if you decide to implement multicompany:

=================================================

 

What is the relationship between companies?

-------------------------------------------------------------

  • What information is shared?

·        

 

    • product catalog (some or all?)

    • contact book (includes vendors, customers by default)

    • any other info? leads? stock levels?

  • who needs to see stock where?

  • do you need to track stock "on the boat" between the two companies?

 

Accounting consolidation

-----------------------------------

  • What is the relationship between companies? Parent/Child/Sibling?

  • Do you need to see rolled-up GL reports?

 

Other Reports

----------------------

  • Do any other reports (eg sales) need to be consolidated?

 

Are there any Intercompany Workflows?

-----------------------------------------------------

  • How do the companies interact with each other? Are there any workflows that involve both companies? eg manufacturing

  • How does stock move between the two companies?

  • Is stock pushed or pulled from the parent company?

 

Basic Setup Steps

===============

  1. THIS IS NOT NEEDED V12.0 AND LATER **Create an admin user which is not used by a human in day to day operations. Do not create records with admin because admin can see records from both companies at the same time. No other user can do this, so admin can create records which nobody else can open

  2. Turn on multi-company in settings > general settings

  3. create any necessary companies from settings > users > companies (ideally, implement one additional company at a time)

  4. enable any intercompany transactions (in general settings) pending answers to the questions below

  5. if necessary, configure record rules to share information other than contacts and products

  6. Install a chart of accounts template for all companies

  7. set up charts of accounts and journals for each company

  8. set up warehouses and locations for each company

  1.      Ensure each company has their own Production Location, Inventory Location & Scrap Location – label them to be company specific to avoid confusion

  2.      On Products form, set Counterpart Locations to default to the correct company location or you will receive error messages (Debug – Set         Defaults)

  1. for each company, link the chart of accounts to

  1.      contacts

  2.      products

  3.      product categories

  4.       taxes

  1. for each company, set up taxes, fiscal positions, and pricelists on customers

  2. create separate payment sequences for each company if desired

  3. test all workflows as a user other than admin!

 

 

Sequences

==========

By default, Odoo shares non-accounting sequences between companies.

 

 

Notes on Intercompany transactions:

=======================

  • Note: choosing option set A on company 1 and set B on company 2 enables full automatic workflow. this won't work if there are 3 companies

  •  

  •  

  • Option set A: Send Sales and Purchase Orders

  • Create SO/PO Automagically (plus optional auto-validation)

  • C1 SO to C2

  • C2 PO create > validate > stock.picking create

  • C1 PO to C2

  • C2 SO create > validate > stock.picking create

  •  

  •  

  • Option Set B: Send Invoices and Refunds

  • C1 Invoice to C2

  • C2 vendor bill for C1

  • C1 Vendor bill to C2

  • C2 Invoice to C1

0
Avatar
Descartar
Gans Marc-Antoine (mgs)
Autor

For versions 12.0 and later, skip step one.

You may enable multi-company either before or after importing products and contacts, but if you know you'll need it do it beforehand so you can assign products and contacts to the right companies if they are not shared.

Avatar
ببببببببببببب
Mejor respuesta

Can i sell from company A and delivery product from warehouse of company B ?

0
Avatar
Descartar
Muhammad Waqas Qaisrani

In a multi-company environment, how do you define whether a customer record is visible for all companies?

¿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
How to translate a chart of account easily ? Resuelto
accounting functional quickstart latest 11.0
Avatar
1
abr 21
4831
How to automate Customer Statement Follow-up levels Resuelto
accounting quickstart 11.0
Avatar
Avatar
2
may 24
5394
How to use perpetual inventory valuation for Belgian accounting? Resuelto
accounting functional quickstart
Avatar
1
dic 24
3025
How to manage Cash basis taxes? Resuelto
accounting functional quickstart 13.0
Avatar
1
abr 24
4520
How to use Tax Cloud in Multi-Company? Resuelto
accounting taxes multicompany quickstart
Avatar
1
abr 21
2516
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