Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

Which set-up for a multi-company behavior

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
accountingmulticompanyfunctionalquickstart11.0
2 Răspunsuri
10711 Vizualizări
Imagine profil
Gans Marc-Antoine (mgs)

Which set-up for a multi-company behavior

-3
Imagine profil
Abandonează
Imagine profil
Gans Marc-Antoine (mgs)
Autor Cel mai bun răspuns

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
Imagine profil
Abandonează
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.

Imagine profil
ببببببببببببب
Cel mai bun răspuns

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

0
Imagine profil
Abandonează
Muhammad Waqas Qaisrani

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

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
How to translate a chart of account easily ? Rezolvat
accounting functional quickstart latest 11.0
Imagine profil
1
apr. 21
4912
How to automate Customer Statement Follow-up levels Rezolvat
accounting quickstart 11.0
Imagine profil
Imagine profil
2
mai 24
5486
How to use perpetual inventory valuation for Belgian accounting? Rezolvat
accounting functional quickstart
Imagine profil
1
dec. 24
3079
How to manage Cash basis taxes? Rezolvat
accounting functional quickstart 13.0
Imagine profil
1
apr. 24
4603
How to use Tax Cloud in Multi-Company? Rezolvat
accounting taxes multicompany quickstart
Imagine profil
1
apr. 21
2616
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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