Hi,
I want to send user invitation email after an admin approval. Is there a way to create users without passwords? Also how can I add a page under website app in Odoo 12?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I want to send user invitation email after an admin approval. Is there a way to create users without passwords? Also how can I add a page under website app in Odoo 12?
Hi,
Default in Odoo admin can add users after creating the user he can send the invitation mail without configure password.
Go to the Settings->users->select the specific user and click the top left corner button named Send an Invitation Email.
The invitation mail contain a link it will redirect to the our site and asks for create a new password.
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Hi kageroza,
You mean you need to send an email when you create a new user right?
Yes, but this email will be sent if admin approve the user. For example I am looking a list of users in a table with approve button . If I click that button i want to send the email to the related user.
The thing is when you create a new user, it will automatically send an email if you have the outgoing mail servers set up. So you might need to create a new module to satisfy your needs which will add an approve state to the user creation.
Thanks.