-
- Downloads
[FIX] account_edi: adopt unexpected string while upload
This issue occurs while uploading a PDF file and that PDF file has an unexpected string. So, The trackback will appear. Step reproduce : - install the account_accountant Module - Open Accounting Module - Click On Customer > Invoices - Click On Upload Button > Upload PDF file Error: Unexpected escaped string: b'~' When a user uploads a PDF file, PyPDF2 does not recognise the symbol and character combination as a valid escape sequence, such as (\), (~). sentry-4304111635 closes odoo/odoo#129420 X-original-commit: 86935640 Signed-off-by:John Laterre (jol) <jol@odoo.com>
Please register or sign in to comment