Wednesday, March 18, 2020
1 change · master
Resolved issues and error corrections
This fix ensures the report screen loads its control panel correctly so users can see and use the Print button. It restores expected report printing behavior and adds test coverage to help prevent the issue from returning.
Original PR description
Before this commit, the 'mounted' hook of the control panel in the report client action was never called, because of a missing call to '_super'. As a consequence, the 'Print' button wasn't displayed. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr