-
-
Notifications
You must be signed in to change notification settings - Fork 781
[14.0][IMP] product_pricelist_direct_print: allow export product images #1231
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
[14.0][IMP] product_pricelist_direct_print: allow export product images #1231
Conversation
293f1ba to
4dfe704
Compare
legalsylvain
left a comment
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.
Hi. Thanks for this improvment.
Could you apply changes on the pdf report also ?
586289c to
4de74f9
Compare
Hey @legalsylvain added support for product images on pdf report too! |
|
Hi. Thanks. Any idea ? |
Maybe it has to do with the version of PIL that's installed in the runboat? I'll check it out but I'm not sure I can do anything |
So, I suspect that you use another more recent version of Pilow. At the first sight, it seems |
4de74f9 to
3ccc0d8
Compare
Hi @legalsylvain , I couldn't find anything equivalent of |
|
Yes, v5.4.1 seems quite old !
Thanks. |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
@OCA/product-maintainers could you please review this pr or maybe remove the stale label please? |
|
Hi @ferran-S73. FYI, I'm migrating this module here : #1365 feel free to review this PR. |
pedrobaeza
left a comment
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.
Please forward port it to v15
/ocabot merge major
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at 66e7086. Thanks a lot for contributing to OCA. ❤️ |
Allow exporting the pricelist report with product images. For scaling I set the images dimensions to be 64px at max.
During the development I found some images to be impossible to insert on xlsx, the only way I've found of checking it is by trying the
Image.open()with the product image.Here's an example of the resulting report: