You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Module
pdf_helper in 16.0
Describe the bug
Attempting to activate some edi modules from OCA where an error traceback indicates that pdf_helper
is trying to import PdfReadError from PyPDF2.utils
It does appear that PdfReadError is in PyPDF3.utils, but in PyPDF2 (which is currently used), it is found in .errors.
Additional context
Here's a patch that worked for me:
The text was updated successfully, but these errors were encountered: