I want to change password of res.user by using my custom module...how it possible
Se marcó esta pregunta
2
Respuestas
10334
Vistas
simply by doing:
self.env['res.users'].write({'password': 'passwrod_value'})will work
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse