コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
9735 ビュー

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


アバター
破棄