Advertisement
Guest User

Error traceback

a guest
Nov 27th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. ERROR:tryton.common.common: File "/home/martin/Programs/client/tryton-3.0.1/tryton/gui/window/view_form/view/list_gtk/parser.py", line 85, in wrapper
  2. return func(self, *args, **kwargs)
  3.  
  4. File "/home/martin/Programs/client/tryton-3.0.1/tryton/gui/window/view_form/view/list_gtk/parser.py", line 566, in setter
  5. super(Float, self).setter(column, cell, store, iter)
  6.  
  7. File "/home/martin/Programs/client/tryton-3.0.1/tryton/gui/window/view_form/view/list_gtk/parser.py", line 85, in wrapper
  8. return func(self, *args, **kwargs)
  9.  
  10. File "/home/martin/Programs/client/tryton-3.0.1/tryton/gui/window/view_form/view/list_gtk/parser.py", line 371, in setter
  11. text = self.get_textual_value(record)
  12.  
  13. File "/home/martin/Programs/client/tryton-3.0.1/tryton/gui/window/view_form/view/list_gtk/parser.py", line 479, in get_textual_value
  14. return record[self.field_name].get_client(record, factor=self.factor)
  15.  
  16. File "/home/martin/Programs/client/tryton-3.0.1/tryton/gui/window/view_form/model/field.py", line 329, in get_client
  17. factor=Decimal(str(factor)))
  18.  
  19. File "/home/martin/Programs/client/tryton-3.0.1/tryton/gui/window/view_form/model/field.py", line 310, in get_client
  20. return locale.format('%.*f', (digit, value * factor), True)
  21.  
  22. unsupported operand type(s) for *: 'float' and 'Decimal'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement