health-dev
[Top][All Lists]
Advanced

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

[Health-dev] error with print report of Financial/Invoices/Customer Invo


From: Edgar Hagenbichler
Subject: [Health-dev] error with print report of Financial/Invoices/Customer Invoices (SERV 2016/007)
Date: Tue, 13 Apr 2021 09:38:07 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1

Dear all,

when I try at the federation.gnuhealth.org server to print a report of Financial/Invoices/Customer Invoices (SERV 2016/007, but the same with the other invoices) I get the error:

Traceback (most recent call last):
  File "/trytond/wsgi.py", line 79, in dispatch_request
    return endpoint(request, **request.view_args)
  File "/trytond/protocols/dispatcher.py", line 46, in rpc
    request, database_name, *request.rpc_params)
  File "/trytond/wsgi.py", line 50, in auth_required
    return wrapped(*args, **kwargs)
  File "/trytond/protocols/wrappers.py", line 122, in wrapper
    return func(request, pool, *args, **kwargs)
  File "/trytond/protocols/dispatcher.py", line 176, in _dispatch
    result = rpc.result(meth(*c_args, **c_kwargs))
  File "/trytond/modules/account_invoice/invoice.py", line 2444, in execute
    result = super(InvoiceReport, cls).execute(ids, data)
  File "/trytond/report/report.py", line 183, in execute
    oext, content = cls._execute(records, data, action_report)
  File "/trytond/modules/account_invoice/invoice.py", line 2425, in
_execute
    result = super(InvoiceReport, cls)._execute(records, data, action)
  File "/trytond/report/report.py", line 191, in _execute
    return cls.convert(action, cls.render(action, report_context))
  File "/trytond/report/report.py", line 289, in render
    data = rel_report(**report_context).render()
  File "/relatorio/templates/base.py", line 35, in render
    self.events, method=method, encoding=encoding, out=out)
  File "/relatorio/templates/opendocument.py", line 1179, in __call__
    self.xml_serializer(writer(stream)), encoding=encoding, out=writer)
  File "/genshi/output.py", line 58, in encode
    for chunk in iterator:
  File "/genshi/output.py", line 241, in __call__
    for kind, data, pos in stream:
  File "/genshi/output.py", line 671, in __call__
    for kind, data, pos in stream:
  File "/genshi/output.py", line 776, in __call__
    for kind, data, pos in chain(stream, [(None, None, None)]):
  File "/genshi/output.py", line 596, in __call__
    for ev in stream:
  File "/relatorio/templates/opendocument.py", line 1071, in __call__
    for kind, data, pos in stream:
  File "/genshi/core.py", line 292, in _ensure
    for event in stream:
  File "/genshi/filters/i18n.py", line 691, in __call__
    for kind, data, pos in stream:
  File "/genshi/template/base.py", line 638, in _include
    for event in stream:
  File "/genshi/template/markup.py", line 327, in _match
    for event in stream:
  File "/genshi/template/base.py", line 598, in _flatten
    result = _eval_expr(data, ctxt, vars)
  File "/genshi/template/base.py", line 289, in _eval_expr
    retval = expr.evaluate(ctxt)
  File "/genshi/template/eval.py", line 178, in evaluate
    return eval(self.code, _globals, {'__data__': data})
  File "<string>", line 375, in <Expression '__relatorio_escape_invalid_chars(format_date(invoice.invoice_date or today, invoice.party.lang))'>
  File "/trytond/report/report.py", line 339, in format_date
    lang = Lang.get()
  File "/trytond/ir/lang.py", line 313, in get
    ('code', '=', code),
ValueError: not enough values to unpack (expected 1, got 0)

Am I doing something wrong?

Thank you very much

all the best

Edgar






reply via email to

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