Advertisement
Guest User

Untitled

a guest
Mar 25th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. 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 154, in dispatch
  7. result = rpc.result(meth(*args, **kwargs))
  8. File "/trytond/model/modelview.py", line 531, in wrapper
  9. return func(cls, *args, **kwargs)
  10. File "/trytond/model/workflow.py", line 33, in wrapper
  11. result = func(cls, filtered, *args, **kwargs)
  12. File "/trytond/modules/account_invoice/invoice.py", line 1199, in open
  13. invoice.print_invoice()
  14. File "/trytond/modules/account_invoice/invoice.py", line 1121, in print_invoice
  15. InvoiceReport.execute([self.id], {})
  16. File "/trytond/modules/account_invoice/invoice.py", line 2098, in execute
  17. res = super(InvoiceReport, cls).execute(ids, data)
  18. File "/trytond/report/report.py", line 131, in execute
  19. type, data = cls.parse(action_report, records, data, {})
  20. File "/trytond/modules/account_invoice/invoice.py", line 2127, in parse
  21. localcontext)
  22. File "/trytond/report/report.py", line 280, in parse
  23. data = rel_report(**localcontext).render()
  24. File "/relatorio/templates/base.py", line 39, in render
  25. return self.serializer(self.events)
  26. File "/relatorio/templates/opendocument.py", line 854, in __call__
  27. self.outzip.writestr(new_info, serialized_stream)
  28. File "/zipfile.py", line 1131, in writestr
  29. zinfo.CRC = crc32(bytes) & 0xffffffff # CRC-32 checksum
  30. UnicodeEncodeError: 'ascii' codec can't encode characters in position 21269-21271: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement