bugGNU Health - Bugs: bug #61857, Customized reports broken in new...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #61857: Customized reports broken in new Tryton kernel

Submitter:  Luis Falcon <meanmicio>
Submitted:  Wed 19 Jan 2022 04:52:10 PM UTC
   
 
Category:  reporting Severity:  4 - Important
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  meanmicio
Open/Closed:  Closed Release:  3.9.0
Module:  all Component:  None

Wed 19 Jan 2022 05:03:35 PM UTC, comment #1: 

Fixed in the latest Tryton kernel
Bug associated to tryton kernel bug:

https://hg.tryton.org/trytond/rev/947d458462af#l1.2

Luis Falcon <meanmicio>
Group administrator
Wed 19 Jan 2022 04:52:10 PM UTC, original submission:  

Seems like the new tryton 6.0 kernel broke the customized GH reports.

Some examples are epidemics_report, summary_report or pediatric_growth_charts..

Traceback (most recent call last):
  File "/trytond/wsgi.py", line 117, in dispatch_request
    return endpoint(request, **request.view_args)
  File "/trytond/protocols/dispatcher.py", line 47, in rpc
    return methods.get(request.rpc_method, _dispatch)(
  File "/trytond/wsgi.py", line 84, in auth_required
    return wrapped(args, *kwargs)
  File "/trytond/protocols/wrappers.py", line 156, in wrapper
    return func(request, pool, args, *kwargs)
  File "/trytond/protocols/dispatcher.py", line 181, in _dispatch
    result = rpc.result(meth(c_args, *c_kwargs))
  File "/trytond/report/report.py", line 194, in execute
    groups[0], headers[0], data, action_report)
IndexError: list index out of range

Fault: list index out of range

Luis Falcon <meanmicio>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by meanmicio (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-01-19 meanmicio StatusConfirmed Fixed
        Open/ClosedOpen Closed
        ReleaseNone 3.9.0

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code