-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
[16.0][FIX + IMP] pdf helper: Fix multi-attachments + Add pdf_embed_xml #898
Conversation
jbaudoux
commented
Dec 22, 2023
•
edited
Loading
edited
- Extraction of the xml file was failing when there are multi attachments in the PDF. Replaced parser code by odoo.tools.pdf and only return XML data
- Add a new helper to easily embed an attachment in a PDF.
- base_ubl: use new pdf.helper.pdf_embed_xml
- Mark _ubl_add_xml_in_pdf_buffer as deprecated
- Mark _embed_ubl_xml_in_pdf_content as deprecated
Hi @simahawk, @alexis-via, |
10fa05a
to
19ed078
Compare
Replace code by odoo.tools.pdf
19ed078
to
99e0d44
Compare
6647981
to
22de077
Compare
Mark _ubl_add_xml_in_pdf_buffer as deprecated Mark _embed_ubl_xml_in_pdf_content
22de077
to
9a90063
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.
Code review, LGTM
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.
LGTM
This PR has the |
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.
LGTM 👍
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.
LG
/ocabot merge minor |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at cdf8209. Thanks a lot for contributing to OCA. ❤️ |