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

web tree view presenting download link instead of picture #157

Closed
shriramrs31 opened this issue Jun 26, 2015 · 1 comment
Closed

web tree view presenting download link instead of picture #157

shriramrs31 opened this issue Jun 26, 2015 · 1 comment

Comments

@shriramrs31
Copy link

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

@pedrobaeza
Copy link
Member

Please use latest version.

vrenaville pushed a commit to camptocamp/web that referenced this issue Jul 19, 2018
* BSMTS-276 Print invoice and slip in one document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants