Tuesday, August 12, 2025
1 change · master
Resolved issues and error corrections
This fix restores refund information needed by Italian fiscal printers when processing point-of-sale refunds. It prevents printers from blocking refund receipts, helping stores complete refund transactions reliably.
Original PR description
The refund are bugged after PR #89419 . That PR removed the header but in the header are passed the refund information needed by italian fiscal printer to print the refund. Without this PR the fiscal printer is blocking. The printRecMessage on the receipt is required before the beginfiscalreceipt Forward-Port-Of: odoo/enterprise#91042 Forward-Port-Of: odoo/enterprise#91007