跳至內容
選單
此問題已被標幟
2 回覆
9782 瀏覽次數

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


頭像
捨棄