Advertisement
Guest User

Untitled

a guest
Jun 13th, 2014
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. ERROR:tryton.common.common: File "/usr/local/lib/python2.7/dist-packages/tryton/gui/window/win_search.py", line 132, in response
  2. self.callback(res)
  3.  
  4. File "/usr/local/lib/python2.7/dist-packages/tryton/gui/window/view_form/view/form_gtk/many2one.py", line 267, in callback
  5. self.value_from_id(*result[0]), force_change=True)
  6.  
  7. File "/usr/local/lib/python2.7/dist-packages/tryton/gui/window/view_form/model/field.py", line 394, in set_client
  8. force_change=force_change)
  9.  
  10. File "/usr/local/lib/python2.7/dist-packages/tryton/gui/window/view_form/model/field.py", line 143, in set_client
  11. self.sig_changed(record)
  12.  
  13. File "/usr/local/lib/python2.7/dist-packages/tryton/gui/window/view_form/model/field.py", line 43, in sig_changed
  14. record.on_change(self.name, self.attrs['on_change'])
  15.  
  16. File "/usr/local/lib/python2.7/dist-packages/tryton/gui/window/view_form/model/record.py", line 515, in on_change
  17. self.set_on_change(res)
  18.  
  19. File "/usr/local/lib/python2.7/dist-packages/tryton/gui/window/view_form/model/record.py", line 462, in set_on_change
  20. field_x2many.set_on_change(self, value)
  21.  
  22. File "/usr/local/lib/python2.7/dist-packages/tryton/gui/window/view_form/model/field.py", line 649, in set_on_change
  23. self._set_value(record, value)
  24.  
  25. File "/usr/local/lib/python2.7/dist-packages/tryton/gui/window/view_form/model/field.py", line 596, in _set_value
  26. field_names = set(f for v in value for f in v if f not in fields)
  27.  
  28. File "/usr/local/lib/python2.7/dist-packages/tryton/gui/window/view_form/model/field.py", line 596, in <genexpr>
  29. field_names = set(f for v in value for f in v if f not in fields)
  30.  
  31. unhashable type: 'list'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement