health
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health] (no subject)


From: pjalrimba rimbabara
Subject: [Health] (no subject)
Date: Tue, 13 Dec 2011 17:28:55 +0800

Hai master
I try to print report employee and address in one form but this error message out. (Please see below)
Can you help me how to print employee paricular and address employee in one form.
I give you my screen shoot and coding about my jobs.

Thank you very much

Traceback (most recent call last):
  File "/trytond/protocols/jsonrpc.py", line 108, in _marshaled_dispatch
    response['result'] = dispatch_method(method, params)
  File "/trytond/protocols/jsonrpc.py", line 147, in _dispatch
    res = dispatch(*args)
  File "/trytond/protocols/dispatcher.py", line 155, in dispatch
    res = getattr(obj, method)(*args_without_context, **kargs)
  File "/trytond/report/report.py", line 134, in execute
    type, data = "" objects, datas, {})
  File "/trytond/report/report.py", line 258, in parse
    data = "">   File "/relatorio/reporting.py", line 119, in __call__
    template = self.tmpl_loader.load(self.fpath, self.mimetype)
  File "/relatorio/reporting.py", line 79, in load
    path, cls=cls, relative_to=relative_to)
  File "/genshi/template/loader.py", line 236, in load
    filename, encoding=encoding)
  File "/genshi/template/loader.py", line 274, in _instantiate
    allow_exec=self.allow_exec)
  File "/relatorio/templates/opendocument.py", line 217, in __init__
    encoding, lookup, allow_exec)
  File "/genshi/template/markup.py", line 67, in __init__
    allow_exec=allow_exec)
  File "/genshi/template/base.py", line 406, in __init__
    self._stream = self._parse(source, encoding)
  File "/relatorio/templates/opendocument.py", line 229, in _parse
    content = template._parse(self.insert_directives(content), encoding)
  File "/relatorio/templates/opendocument.py", line 281, in insert_directives
    self._handle_relatorio_tags(tree)
  File "/relatorio/templates/opendocument.py", line 372, in _handle_relatorio_tags
    r_statements, closing_tags = self._relatorio_statements(tree)
  File "/relatorio/templates/opendocument.py", line 347, in _relatorio_statements
    closing_tags[id(opened_tags.pop())] = statement
IndexError: pop from empty list

Attachment: staff_profile.tar.gz
Description: GNU Zip compressed data

Attachment: report address.odt
Description: application/vnd.oasis.opendocument.text

Attachment: employee.odt
Description: application/vnd.oasis.opendocument.text


reply via email to

[Prev in Thread] Current Thread [Next in Thread]