Skip to Content
Menu
This question has been flagged
3 Replies
2777 Views

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?

Avatar
Discard

Hi kageroza,

You mean you need to send an email when you create a new user right?

Author

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.

Author

Thanks.

Best Answer

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

Avatar
Discard