-
-
Notifications
You must be signed in to change notification settings - Fork 866
[9.0][FIX] report_qweb_pdf_watermark #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[9.0][FIX] report_qweb_pdf_watermark #154
Conversation
| from base64 import b64decode | ||
| from logging import getLogger | ||
| from pyPdf import PdfFileWriter, PdfFileReader | ||
| from pyPdf.pdf import PdfFileWriter, PdfFileReader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this line was changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because otherwise my PyCharm says 'unresolved reference...' 😙
|
Can you try to backport the entire commit 7d62102? I mean deleting also the obsolete rows in I'm not sure this will fix the problem though. |
|
I fully backported the two commits of that PR but both squashed into one. |
|
@mreficient it seems you missed a commit. Can you double check? Take a look at the commit mentioned in my previous post and then look at your commits. |
|
this finally is fixed in #141 by now |

Backport of #144.