Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Can I set the company with a URL?

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
browsersessionmulticompanyAPI
2 Antwoorden
1746 Weergaven
Avatar
mk

Hello,

We have multiple companies, and we are trying to use private windows to keep sessions apart for these companies.

Is it possible to craft a URL somehow, or maybe issue an API command such that the browser loads a company directly? Right now, when I open a new, private window and log in, the company is always set to the primary/default company. Would it be possible to e.g. open https://odoo.example.org/login?company=7​ or similar, such that after login, the 7th company is already selected?

Thank you,

martin

0
Avatar
Annuleer
Avatar
Christoph Farnleitner
Beste antwoord

This should work:

http://odoo.example.org/web/login?redirect=/web#cids=7

In case you have multiple databases, you want to add a param for it as well:

http://odoo.example.org/web/login?db=db1&redirect=/web#cids=7

If you want multiple companies to be active, make cids comma-separated, i.e. cids=7,8,9


Note that, apparently, the redirect parameter must not be url encoded!

1
Avatar
Annuleer
mk
Auteur

It must be Karma, for now I can comment. A bit silly, but okay.

Thanks for the link to the route. I verified that `redirect` in fact works using `/my` as you suggested. I've tried this on both, Odoo 17 and 18.

I also found that `cids` is just a cookie, and that if I change its value and reload, then a different company is selected. Sometimes the things are much easier than you think, and I didn't need to study all the VoodooScript, lol. Thank you for helping me on this!

Avatar
mk
Auteur Beste antwoord

When I click the comment button under your post, nothing happens. Thus I am sending a top-level reply. I am sorry…

Hey Christoph, thank you so much for your quick response!

I could not get the suggested URL parameter to work, neither in the single, nor in the multiple version, neither URL-encoded nor verbatim.

Can you point me to where you got this information from, so I can research a bit more, and mess around a bit?

I also looked on the network console and I couldn't even find out what is happening when I use the company selector to change companies. There must be some sort of dark, obscure voodoo magic going on. I don't like it :(.

1
Avatar
Annuleer
mk
Auteur

I can reply to my own comment, but the speech bubble below yours is greyed out and I cannot. What gives?

Christoph Farnleitner

Some call it Voodoo, others call it JavaScript, owl in this case to be more precise. None the less, I feel you on that one... Source is, well, source code; and verification in localhost as well as on odoo.sh. The /web/login route is defined here:
https://github.com/odoo/odoo/blob/18.0/addons/web/controllers/home.py#L97 and 'cids' is commonly used throughout those voodoo-files to refer to company_ids. Now, I should mention, that a test in demo.odoo.com did in fact not succeed - which can be due to 18.3 working just that bit differently, or, what I would assume more, the cookies stored on that session are messing with the known default company. In any case, you may actually want to try to clear your browser cookies unless you're operating incognito already. What version of Odoo are you running exactly?
Also, to verify your redirect aren't completely broken for what ever reason, you can try to test a redirect to a portal page, such as /my upon login as well.
And, about commenting: https://www.odoo.com/forum/1/faq/karma - I would assume 1k is the threshold but I have honestly no clue.

Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
How to create invoices for all companies through External API
invoice multicompany API
Avatar
Avatar
1
apr. 21
5850
Automatically send a user to the login page when a session expires
browser session odooV12 odoov12
Avatar
0
apr. 25
1931
Odoo can only login with 1 user 1 browser
browser session login v15
Avatar
0
feb. 24
2025
Use the rest-API to import from an external application the data of the trading session
api session restfulapi API
Avatar
0
okt. 18
7897
Configuration for secure web client
browser session ssl encryption
Avatar
0
mrt. 15
5248
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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