تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
9741 أدوات العرض

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


الصورة الرمزية
إهمال