Wednesday, April 17, 2024
1 change · saas-17.2
Resolved issues and error corrections
This update prevents receipt print requests sent through IoT hardware from returning the same status response used for standard reports. This helps keep receipt printing flows working correctly and avoids issues where the system cannot retrieve the print identifier.
Original PR description
From this commit 7a593d6cc5c6bde8fe197dc2c7775d10111fa7c7 when we send a receipt to the iot it is impossible to get the print_id In this commit we return the status of the printing only if it is a default Printing request, not a receipt request 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