i get this error: Traceback (most recent call last): File "/trytond/protocols/netrpc.py", line 47, in run ...
14 years, 8 months ago
(2010-07-26 20:23:22 UTC)
#3
i get this error:
Traceback (most recent call last):
File "/trytond/protocols/netrpc.py", line 47, in run
res = dispatch(host, port, 'NetRPC', *msg)
File "/trytond/protocols/dispatcher.py", line 136, in dispatch
res = getattr(obj, method)(*args, **kargs)
TypeError: search() takes at least 2 arguments (1 given)
it happens when i click on a translation flag of a translatable field.
Issue 1746052: Set context as last param of RPC call for new protocol syntax
(Closed)
Created 14 years, 8 months ago by ced
Modified 14 years, 7 months ago
Reviewers: bch, yangoon1, timitos
Base URL:
Comments: 0