I want to move to enterprise this year.
Initially I want to buy 2 users and then upgrade to 4 users within a few months. But I noticed that on-prem is paid yearly.
So how to I add new users mid year?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to move to enterprise this year.
Initially I want to buy 2 users and then upgrade to 4 users within a few months. But I noticed that on-prem is paid yearly.
So how to I add new users mid year?
Hi Vince, you can talk to your Customer Success Manager. In my experience, Odoo can charge you only for the 2 extra users for the rest of the year, but it's better if you check with your partner.
To add new users to an on-premise custom Odoo instance , follow these steps:
If no email is used or you want to manually set a password:
If you want to create a user via the command line (Odoo shell):
sh
Copy Edit
odoo shell -c /etc/odoo/odoo.conf
python
Copy Edit
env[ 'res.users' ].create({ 'name' : 'New User' , 'login' : 'newuser@example.com' , ' email' : 'newuser@example.com' , 'password' : 'securepassword' , 'groups_id' : [( 6 , 0 , [env.ref( 'base.group_user' ). id ])] # Assigning "Internal User" role })
This will create a new user with an internal role.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Feb 23
|
1518 |