Advertisement
Guest User

Untitled

a guest
Oct 14th, 2011
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/protocols/netrpc.py", line 51, in run
  3. res = dispatch(host, port, 'NetRPC', *msg)
  4. File "/trytond/protocols/dispatcher.py", line 148, in dispatch
  5. res = getattr(obj, method)(*args, **kargs)
  6. File "/trytond/wizard/wizard.py", line 119, in execute
  7. action_res = getattr(self, action)(data)
  8. File "/trytond/ir/translation.py", line 716, in _set_report_translation
  9. src_md5 = self.get_src_md5(string)
  10. AttributeError: 'ReportTranslationSet' object has no attribute 'get_src_md5'
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement