跳至内容
菜单
此问题已终结
2 回复
9738 查看

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

形象
丢弃
最佳答案

simply by doing:

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

will work


形象
丢弃