Skip to content
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

[FW][FIX] Payment: prevent error in rendering payment icon list with PIL incompatible icon image formats #159697

Commits on Mar 28, 2024

  1. [FIX] Payment: prevent error in rendering payment icon list with PIL …

    …incompatible icon image formats
    
    Replace the use of 't-esc' with 't-field' for the payment icon image in
    the icons list template. The latter, for an image field, provides two
    options for rendering the payment icon image: use the PIL library to
    obtain the image when given the option 'qweb_img_raw_data', or use a
    URL. The former only considers the first option, allowing only image
    formats compatible with the PIL library.
    
    X-original-commit: ce68495
    CLaurelB authored and AntoineVDV committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0c2768e View commit details
    Browse the repository at this point in the history