Usuários¶
Odoo defines a user as someone who has access to a database. An administrator can add as many users as the company needs and, in order to restrict the type of information each user can access, rules can be applied to each user. Users and access rights can be added and changed at any point.
Adicionar usuários individuais¶
Para adicionar novos usuários, navegue até Criar.
e clique emFill in the form with all the required information. Under the Access Rights tab, choose the group within each application the user can have access to.
A lista de aplicativos mostrada é baseada nos aplicativos instalados na base de dados.
Depois de preencher todos os campos necessários na página, clique em Salvar. Um e-mail de convite é enviado automaticamente para o usuário, usando o e-mail no campo Endereço de e-mail. O usuário deve clicar no link incluído no e-mail para aceitar o convite e criar um login na base de dados.
Aviso
If the company is on a monthly subscription plan, the database automatically updates to reflect the added users. If the company is on a yearly or multi-year plan, an expiration banner appears in the database. An upsell quotation can be created by clicking the banner to update the subscription. Alternatively, send a support ticket to resolve the issue.
User type¶
Com o modo de desenvolvedor ativado, o Tipo de usuário pode ser selecionado na guia Direitos de acesso do formulário de usuário, acessível por meio de .
There are three types of users: Internal User, Portal, and Public.
Dica
Users are considered internal database users. Portal users are external users, who only have access to the database portal to view records. See the documentation on Acesso ao portal.
Public users are those visiting websites, via the website’s frontend.
The Portal and Public user options do not allow the administrator to choose access rights. These users have specific access rights pre-set (such as, record rules and restricted menus), and usually do not belong to the usual Odoo groups.
Desativar usuários¶
To deactivate (i.e. archive) a user, navigate to
. Then, tick the checkbox to the left of the user(s) to be deactivated.After selecting the appropriate user to be archived, click the ⚙️ Actions icon, and select Archive from the resulting drop-down menu. Then, click OK from the Confirmation pop-up window that appears.
Perigo
Never deactivate the main/administrator user (admin). Making changes to admin users can have a detrimental impact on the database. This includes impotent admin, which means that no user in the database can make changes to the access rights. For this reason, Odoo recommends contacting an Odoo Business Analyst, or our Support Team, before making changes.
Error: too many users¶
If there are more users in an Odoo database than provisioned in the Odoo Enterprise subscription, the following message is displayed.
When the message appears, the database administrator has 30 days to act before the database expires. The countdown is updated every day.
Para resolver o problema:
Add more users to the subscription by clicking the Upgrade your subscription link displayed in the message to validate the upsell quotation, and pay for the extra users.
Deactivate users, and reject the upsell quotation.
Aviso
If the company is on a monthly subscription plan, the database automatically updates to reflect the added users. If the company is on a yearly or multi-year plan, an expiration banner appears in the database. An upsell quotation can be created by clicking the banner to update the subscription. Alternatively, users can send a support ticket to resolve the issue.
Once the database has the correct number of users, the expiration message disappears automatically after a few days, when the next verification occurs.
Password management¶
Password management is an important part of granting users autonomous access to the database at all times. Odoo offers a few different methods to reset a user’s password.
Dica
Odoo has a setting to specify the length needed for a password. This setting can be accessed by
navigating to Minimum Password Length field. By default the value is 8
.
Reset password¶
Sometimes, users might wish to reset their personal password for added security, so they are the only ones with access to the password. Odoo offers two different reset options: one initiated by the user to reset the password, and another where the administrator triggers a reset.
Enable password reset from login page¶
It is possible to enable/disable password resets directly from the login page. This action is completed by the individual user, and this setting is enabled by default.
To change this setting, go to Password Reset, and then click Save.
section, activateOn the login page, click Reset Password to initiate the password reset process, and have a reset-token sent to the email on file.
Send reset instructions¶
Go to Send Password Reset Instructions on the user form. An email is automatically sent to them with password reset instructions.
, select the user from the list, and click onNota
The Send Password Reset Instructions button only appears if the Odoo invitation email has already been confirmed by the user. Otherwise, a Re-send Invitation Email button appears.
Esse e-mail contém todas as instruções necessárias para redefinir a senha, juntamente com um link que redireciona o usuário para uma página de login do Odoo.
Change user password¶
Go to ⚙️ Actions icon, and select Change Password from, the resulting drop-down menu. Enter a new password in the New Password column of the Change Password pop-up window that appears, and confirm the change by clicking Change Password.
, and select a user to access its form. Click on theNota
This operation only modifies the password of the users locally, and does not affect their odoo.com account.
If the odoo.com password needs to be changed, use the send the password reset instructions. Odoo.com passwords grant access to the My Databases page, and other portal features.
After clicking Change Password, the page is redirected to an Odoo login page where the database can be re-accessed using the new password.
Multiempresas¶
O campo Multiempresas em um formulário de usuário permite que um administrador forneça acesso a várias empresas para os usuários existentes. Para configurar um ambiente de várias empresas para um usuário, navegue até o usuário desejado acessando: . Em seguida, selecione o usuário para abrir seu formulário de usuário e configure-o com acesso a várias empresas.
Under Multi Companies in the Access Rights tab, set the fields labeled Allowed Companies and Default Company.
The Allowed Companies field can contain multiple companies. These are the companies the user can access and edit, according to the set access rights. The Default Company is the company the user defaults to, upon logging in each time. This field can contain only one company.
Aviso
If multi-company access is not configured correctly, it could lead to inconsistent multi-company behaviors. Because of this, only experienced Odoo users should make access rights changes to users for databases with a multi-company configuration. For technical explanations, refer to the developer documentation on Multi-company Guidelines.
Veja também