Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ERROR:tryton.common.common: File "/usr/local/lib/python2.7/dist-packages/tryton-3.4.6-py2.7.egg/tryton/gui/window/view_form/view/list.py", line 1003, in __sig_switch
  2. if not self.screen.row_activate() and self.children_field:
  3.  
  4. File "/usr/local/lib/python2.7/dist-packages/tryton-3.4.6-py2.7.egg/tryton/gui/window/view_form/screen/screen.py", line 340, in default_row_activate
  5. self.switch_view(view_type='form')
  6.  
  7. File "/usr/local/lib/python2.7/dist-packages/tryton-3.4.6-py2.7.egg/tryton/gui/window/view_form/screen/screen.py", line 375, in switch_view
  8. self.display()
  9.  
  10. File "/usr/local/lib/python2.7/dist-packages/tryton-3.4.6-py2.7.egg/tryton/gui/window/view_form/screen/screen.py", line 729, in display
  11. view.display()
  12.  
  13. File "/usr/local/lib/python2.7/dist-packages/tryton-3.4.6-py2.7.egg/tryton/gui/window/view_form/view/form.py", line 469, in display
  14. widget.display(record, field)
  15.  
  16. File "/usr/local/lib/python2.7/dist-packages/tryton-3.4.6-py2.7.egg/tryton/gui/window/view_form/view/form_gtk/reference.py", line 135, in display
  17. super(Reference, self).display(record, field)
  18.  
  19. File "/usr/local/lib/python2.7/dist-packages/tryton-3.4.6-py2.7.egg/tryton/gui/window/view_form/view/form_gtk/many2one.py", line 294, in display
  20. self.set_text(field.get_client(record))
  21.  
  22. File "/usr/local/lib/python2.7/dist-packages/tryton-3.4.6-py2.7.egg/tryton/gui/window/view_form/view/form_gtk/reference.py", line 124, in set_text
  23. self.widget_combo.handler_block_by_func(self.sig_changed_combo)
  24.  
  25. nothing connected to <bound method Reference.sig_changed_combo of <tryton.gui.window.view_form.view.form_gtk.reference.Reference object at 0x7fead5d51050>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement