Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

Does Activating the __system__ User Count Towards Licensing?

Subscribe

Get notified when there's activity on this post

This question has been flagged
userslicensing
2 Replies
1691 Views
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
Discard
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
Discard
João Ribeiro
Author

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
Discard
Enjoying the discussion? Don't just read, join in!

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

Sign up
Related Posts Replies Views Activity
Enterprise License Issue
modules users licensing
Avatar
2
Mar 25
3892
Remove access rights to a date
users
Avatar
Avatar
Avatar
2
Oct 25
755
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
Jul 25
9440
How can I view user login history in my Odoo Standard v18 database?
users
Avatar
Avatar
1
May 25
2283
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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 a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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