Advertisement
Guest User

Untitled

a guest
Nov 21st, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/protocols/jsonrpc.py", line 108, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/trytond/protocols/jsonrpc.py", line 147, in _dispatch
  5. res = dispatch(*args)
  6. File "/trytond/protocols/dispatcher.py", line 155, in dispatch
  7. res = getattr(obj, method)(*args_without_context, **kargs)
  8. File "/trytond/modules/account_invoice/invoice.py", line 2148, in execute
  9. res = super(InvoiceReport, self).execute(ids, datas)
  10. File "/trytond/report/report.py", line 134, in execute
  11. type, data = self.parse(action_report, objects, datas, {})
  12. File "/trytond/modules/account_invoice/invoice.py", line 2176, in parse
  13. localcontext)
  14. File "/trytond/report/report.py", line 180, in parse
  15. content_io.write(report.report_content)
  16. TypeError: char buffer type not available
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement