Error en reportes por centro de Costos. #2

Open
opened 2023-11-17 10:05:53 -05:00 by Rodia · 0 comments
Owner
Aviso:

Traceback (most recent call last):
  File "/trytond/wsgi.py", line 119, in dispatch_request
    return endpoint(request, **request.view_args)
  File "/trytond/protocols/dispatcher.py", line 46, in rpc
    return methods.get(request.rpc_method, _dispatch)(
  File "/trytond/wsgi.py", line 86, in auth_required
    return wrapped(*args, **kwargs)
  File "/trytond/protocols/wrappers.py", line 172, 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 227, in execute
    oext, content = cls._execute(
  File "/trytond/report/report.py", line 247, in _execute
    report_context = cls.get_context(records, header, data)
TypeError: get_context() takes 3 positional arguments but 4 were given

Error en 6.4

``` Aviso: Traceback (most recent call last): File "/trytond/wsgi.py", line 119, in dispatch_request return endpoint(request, **request.view_args) File "/trytond/protocols/dispatcher.py", line 46, in rpc return methods.get(request.rpc_method, _dispatch)( File "/trytond/wsgi.py", line 86, in auth_required return wrapped(*args, **kwargs) File "/trytond/protocols/wrappers.py", line 172, 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 227, in execute oext, content = cls._execute( File "/trytond/report/report.py", line 247, in _execute report_context = cls.get_context(records, header, data) TypeError: get_context() takes 3 positional arguments but 4 were given ``` Error en 6.4
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OneTeam/trytondo-analytic_operations#2
No description provided.