Advertisement
Guest User

error

a guest
Sep 30th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.66 KB | None | 0 0
  1. ERROR:tryton.common.common: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 158, in dispatch
  7.     result = rpc.result(meth(*args, **kwargs))
  8.   File "/trytond/model/model.py", line 332, in default_get
  9.     value = cls._default_on_change(value)
  10.   File "/trytond/model/model.py", line 358, in _default_on_change
  11.     val2.update(Target._default_on_change(val2))
  12. AttributeError: 'int' object has no attribute 'update'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement