I want to change password of res.user by using my custom module...how it possible
This question has been flagged
2
Replies
10287
Views
simply by doing:
self.env['res.users'].write({'password': 'passwrod_value'})will work
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