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
    • e-learning
    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
    • Conocimientos
    • 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

Does Activating the __system__ User Count Towards Licensing?

Suscribirse

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

Se marcó esta pregunta
userslicensing
2 Respuestas
1697 Vistas
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
Descartar
Avatar
Chris Dominiak (Intero Technologies GmbH)
Mejor respuesta

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
Descartar
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)
Mejor respuesta

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
Descartar
¿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
Enterprise License Issue
modules users licensing
Avatar
2
mar 25
3892
Remove access rights to a date
users
Avatar
Avatar
Avatar
2
oct 25
760
Managing users access rights UI changed from last week Resuelto
users
Avatar
Avatar
1
sept 25
2429
What is exact difference between portal and public user in odoo? when We need to create a public user? Resuelto
users
Avatar
Avatar
Avatar
Avatar
3
jul 25
9443
How can I view user login history in my Odoo Standard v18 database?
users
Avatar
Avatar
1
may 25
2283
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