Skip to Content
Menu
This question has been flagged
2 Replies
9783 Rodiniai

I want to change password of  res.user by  using my custom module...how it possible

Portretas
Atmesti
Best Answer

simply by doing:

self.env['res.users'].write({'password': 'passwrod_value'})

will work


Portretas
Atmesti