Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
5920 มุมมอง

Hi all,

I try calling function session_authenticate(db, login, password) to verify a user. But server returned a error 

TypeError: authenticate() takes at least 4 arguments (3 given)

Here is my code, I called it in a function which I overriden in module PosWidget by : "module.PosWidget.include".

instance.session.session_authenticate(instance.session.db, instance.session.login, password);
// password : a string which is entered by user in text box.

You can find function session_authenticate(db, login, password) in /web/static/src/js/chrome.js and /web/static/src/js/openerpframework.js.

Function authenticate() (on server) in /web/controllers/main.py

Thanks all


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Out of curiosity, how did you resolve this issue? I am trying to do something simililar.

อวตาร
ละทิ้ง