Friday, October 20, 2023
1 change
Resolved issues and error corrections
Odoo Studio now uses the correct report model when opening reports from the reports view, even when it differs from the current action. This prevents incorrect record loading and avoids related crashes or layout issues, including hiding an invalid custom-fields button and improving right-to-left resizing behavior.
Original PR description
From the reports kanban view, delete the filter on model and click on a report that has a different model than that of the action. Before this commit, the loading of the record ids on which the report applies was wrong. After this commit, the report's model is retrieved from the initial loading of its data. Hence the model on which it applies is correct.