-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
[17.0][FIX] base_import_pdf_by_template: Don't fail on fetchmail #1134
[17.0][FIX] base_import_pdf_by_template: Don't fail on fetchmail #1134
Conversation
Hi @victoralmau, |
If you have a bad formatted PDF that comes from the mail, the cron process may fail trying to parse it, and block the whole fetching indefinitely. Let's avoid the crash masking it behind the existing context key. TT55481
c7ac5fa
to
673e640
Compare
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.
@pedrobaeza @victoralmau What do you think?
/ocabot merge patch |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 30cd356. Thanks a lot for contributing to OCA. ❤️ |
If you have a bad formatted PDF that comes from the mail, the cron process may fail trying to parse it, and block the whole fetching indefinitely.
Let's avoid the crash masking it behind the existing context key.
@Tecnativa TT55481