Skip to content

web tree view presenting download link instead of picture #9

@shriramrs31

Description

@shriramrs31

I installed both the apps web_tree_image and product_image_list_view and I am still getting only download links instead of images in tree view. In sale order line, I am able to see an image. But when I edit the product.template tree view (warehouse -> products) to add "" I am seeing only download link instead of the images.

After some debugging, I found out that "row_data[this.id].value" in js returns the size string ("xxxx bytes"/"xxxx kB",..) instead of the binary value. This results in

img src="data:image/png;base64,127 kB" width="64px" height="64px"

Notice the string"127 kB" after base64. Here the value of field should be printed out.

I am using bitnami odoo instance 8.0-8 which uses odoo nightly version 8.0-20150423

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions