Skip to content

[19.0][FIX] report_async: Incorrect definition report id - #1192

Open
GabbasovDinar wants to merge 1 commit into
OCA:19.0from
GabbasovDinar:19.0-report_async-fix
Open

[19.0][FIX] report_async: Incorrect definition report id#1192
GabbasovDinar wants to merge 1 commit into
OCA:19.0from
GabbasovDinar:19.0-report_async-fix

Conversation

@GabbasovDinar

Copy link
Copy Markdown
Member

Issue Description:

When an asynchronous report uses a multi-step wizard—for example, when users enter filters, open a preview, and then download the report—the preview replaces active_id with the wizard record ID. report_async incorrectly uses this value as the report.async record ID, causing the job to fail with MissingError.

e.g.:

image image

After this PR:

The Report Center record ID is stored in report_async_id, so wizard navigation can update active_id without breaking asynchronous report generation.

@OCA-git-bot

Copy link
Copy Markdown
Contributor

Hi @kittiu,
some modules you are maintaining are being modified, check this out!

@GabbasovDinar
GabbasovDinar force-pushed the 19.0-report_async-fix branch from 22a068b to 8e2707e Compare August 26, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants