I use http.request.session.authenticate() for user login, and then http.requests.session.sid to get the session_id, but this session_id cannot be authenticated。
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
8013
أدوات العرض
Hi,
Try use the following code.
def authenticate(self, db, login, password, base_location=None):
uid = None
session_info = None
uid = request.session.authenticate(db, login, password)
session_info = request.env['ir.http'].session_info()
return session_info
Regards
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل