Advertisement
Guest User

Untitled

a guest
Sep 24th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
  5. res = dispatch(*args)
  6. File "/trytond/protocols/dispatcher.py", line 151, in dispatch
  7. result = rpc.result(meth(*args, **kwargs))
  8. File "/trytond/model/modelsql.py", line 497, in read
  9. for i in range(0, len(ids), in_max):
  10. TypeError: object of type 'int' has no len()
  11.  
  12.  
  13. (Pdb) method
  14. 'model.ir.action.read'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement