Bug - OE WebClient Error - call_kw() takes exactly 6 non-keyword arguments (2 given)

Asked by Bpso Administrator

Hi,

we receive a traceback when selecting a record out of the fulltext search.

We are following those steps :
- installing module fts_...
- using the menu Fulltext search
- filtering for some records, filtering works good give all records that we are searching (task, ir.attachment, document page ,...)
- when we select on the the records we receive following traceback

Client Traceback (most recent call last):
  File "/home/ubuntu/openerp/stable7/7.0-openerp/openerp/addons/web/http.py", line 204, in dispatch
    response["result"] = method(self, **self.params)
TypeError: call_kw() takes exactly 6 non-keyword arguments (2 given)

We have the problem with Version 7.0-20140321-001341 while it was not the case with Version 7.0-20131010-231122

How can we fix that ?

Thanks a lot

Question information

Language:
English Edit question
Status:
Solved
For:
OpenERP Full Text Search Edit question
Assignee:
No assignee Edit question
Solved by:
Holger Brunn (Therp)
Solved:
Last query:
Last reply:
Revision history for this message
Best Holger Brunn (Therp) (hbrunn) said :
#1

Thanks for your question, I completely overlooked the bug reports about that. While working on that, I took the opportunity to move this project to github, so you'll find the fixed version there: https://github.com/Therp/fulltextsearch

Revision history for this message
Bpso Administrator (bpso.admin) said :
#2

Thanks Holger Brunn (Therp), that solved my question.