i want to make confirmation email
so before the new account confirmed they cannot login to my website
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i want to make confirmation email
so before the new account confirmed they cannot login to my website
Two things :
- First, add an attribute "can_connect" or something like this to res_partner.
- Create an automation so that when a user is created in res_partner, it send an email and set the "can_connect" var to "false"
I don't know how you can do to create an URL that make the "can_connect" to true.
Hope it helps.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Did you find out how to do it?