Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in report Open Items #1210

Open
Cesar250101 opened this issue Aug 1, 2024 · 1 comment
Open

Error in report Open Items #1210

Cesar250101 opened this issue Aug 1, 2024 · 1 comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.

Comments

@Cesar250101
Copy link

module : account_financial_report
report : Open Items

when generating the report in excel:

Traceback (most recent call last):
File "/opt/odoo/addons/report_xlsx/controllers/main.py", line 76, in report_download
response = self.report_routes(
File "/usr/lib/python3/dist-packages/odoo/http.py", line 697, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/opt/odoo/addons/report_xlsx_helper/controllers/main.py", line 52, in report_routes
return super().report_routes(reportname, docids, converter, **data)
File "/usr/lib/python3/dist-packages/odoo/http.py", line 697, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/opt/odoo/addons/report_xlsx/controllers/main.py", line 37, in report_routes
xlsx = report.with_context(**context)._render_xlsx(
File "/opt/odoo/addons/account_financial_report/models/ir_actions_report.py", line 27, in _render_xlsx
return super(IrActionsReport, obj)._render_xlsx(report_ref, docids, data=data)
TypeError: ReportAction._render_xlsx() got multiple values for argument 'data'

The above server error caused the following client error:
RPC_ERROR://asvetec2.method.cl/web/assets/38729-2b2b17d/web.assets_backend.min.js:991:163)
at decoder.onload (https://asvetec2.method.cl/web/assets/38729-2b2b17d/web.assets_backend.min.js:978:7)

@Cesar250101 Cesar250101 added the bug label Aug 1, 2024
Copy link

github-actions bot commented Feb 2, 2025

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

No branches or pull requests

1 participant