Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Does Activating the __system__ User Count Towards Licensing?

Odoberať

Get notified when there's activity on this post

This question has been flagged
userslicensing
2 Replies
1694 Zobrazenia
Avatar
João Ribeiro

Hello,

I would like to clarify the licensing implications of activating and setting a password for the __system__ user in Odoo.

In my case, I manage multiple Odoo instances for my clients, and I would like to use the __system__ user as a technical access account. The idea is to avoid asking my clients for their passwords whenever I need to make modifications or provide support. Instead, I would log in with the __system__ user, which would be pre-configured with the necessary permissions.

My question is:

  • If I activate the __system__ user and set a password, will it count as a billable user in Odoo's licensing model?
  • Is this approach compliant with Odoo’s licensing terms, or would it be considered an additional user?

I appreciate any clarification on this topic.

Thank you!

0
Avatar
Zrušiť
Avatar
Chris Dominiak (Intero Technologies GmbH)
Best Answer

Hi João,

yes, as soon as you activate the user, it counts as an additional licence and would therefore also incur monthly costs.

However, there is a way to avoid this issue and register as an inactive _system_user; however, this requires a basic adjustment per Odoo instance and should be taken into account directly when setting up new instances if you want to save yourself separate manual effort later.

Odoo has its own function for logging in as an administrator in the system as a SuperUser - the _system_user is then accessed here, even if it is actually archived. In the browser, you can switch to SuperUser mode as a logged-in admin either via ‘[domain_name]/web/become in the URL or via the developer mode and then the beetle that appears at the top - as you can then see, your account becomes the _system_user or OdooBot user.

So that it is not necessary to log in to the system as an administrator beforehand, the function for /web/become must be overwritten (I can provide code if required). In the function, a login as administrator is then executed and /web/become is called directly, so that you immediately log in as _system_user when connecting.

A password for the _system_user is then not necessary - but you can set a password on the system side as with an htaccess (independent of the password in Odoo - this is not used).


Note: if you log in as _system_user, you still do not have all rights and functions in the system, even if this appears to be the case at first - for example, you cannot open a Point of Sales session as _system_user, as this requires an active user in the system. This should at least be taken into account in the support section, as not everything is possible after all


Regards,
Chris Dominiak (Intero Technologies GmbH)

0
Avatar
Zrušiť
João Ribeiro
Autor

Hi Chris,

Thank you for your detailed explanation regarding the __system__ user and the licensing implications. I really appreciate the insights!

Your suggestion of using /web/become to switch to SuperUser mode without requiring an active __system__ user is very useful. However, I would like to explore another possibility:

Would it be possible to create a new inactive user (instead of using __system__) that I could log into without it being counted as a licensed user? Essentially, I’m looking for a way to have a technical/support user that:

Remains inactive (so it does not consume a license)

Can be logged into when needed, similar to the /web/become method

Does not require me to ask clients for their passwords

Retains all necessary permissions for debugging and making changes

Do you know if there’s a way to achieve this, perhaps by modifying the login process or utilizing a different mechanism?

Thanks again for your help!

Best regards,
João

Avatar
Ray Carnes (ray)
Best Answer

You can't actually activate the __system__ User.

Any active Internal User counts towards the total Users licensed for the Subscription (is billable).

If Odoo.sh is an option, you can host your client's databases there and impersonate any User.

If you are an Odoo Accounting Partner and a client invites you to their Odoo Online database, the User they create for you will NOT count (is NOT billable). See https://www.odoo.com/accounting-firms/register

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
Enterprise License Issue
modules users licensing
Avatar
2
mar 25
3892
Remove access rights to a date
users
Avatar
Avatar
Avatar
2
okt 25
757
Managing users access rights UI changed from last week Solved
users
Avatar
Avatar
1
sep 25
2429
What is exact difference between portal and public user in odoo? when We need to create a public user? Solved
users
Avatar
Avatar
Avatar
Avatar
3
júl 25
9443
How can I view user login history in my Odoo Standard v18 database?
users
Avatar
Avatar
1
máj 25
2283
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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