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

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.

頭像
捨棄