Sunday, May 2, 2021
1 change · master
Miscellaneous changes
To reproduce: * install python package ``pdfminer.six`` * install module attachment_indexation * upload special attachment BEFORE: Error in client: > TypeError: relatedTemporaryAttachments is not iterable Error in logs: > ValueError: A string literal cannot contain NUL (0x00) characters. AFTER: No errors --- opw-2506038 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confi
Original PR description
To reproduce: * install python package ``pdfminer.six`` * install module attachment_indexation * upload special attachment BEFORE: Error in client: > TypeError: relatedTemporaryAttachments is not iterable Error in logs: > ValueError: A string literal cannot contain NUL (0x00) characters. AFTER: No errors --- opw-2506038 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 Forward-Port-Of: odoo/odoo#70186