hello, I am looking for a way to create a temporary user, i.e. on a specific date he loses access automatically
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
1336
Views
you can make that with simple customization on (res.users) model by adding :
boolean field (is Temporary ? )
date field (specific date if is Temporary is True )
and then make automation action for check above parameters and make expired user inactive .
make sure you do this with a lot of test
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
"temporary user" is not a question. I have edited your post to make the title a question. In the future, please consider using a Question that can make it clear what you ask without requiring people to open your post, as this will often increase the chances people will respond and make everything clearer for others looking for the same answer.