Hello Expert,
I install odoo9 latest build from nightly on ubuntu15.04.
For customer object or any other image field if i upload image odoo9 display warning popup Could not display Selected Image. I don't understand whats wrong ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello Expert,
I install odoo9 latest build from nightly on ubuntu15.04.
For customer object or any other image field if i upload image odoo9 display warning popup Could not display Selected Image. I don't understand whats wrong ?
That error is raised by Odoo when the image could not be loaded, this doesn't means that it couldn't be saved, just means that the image was not loaded ok.
Thank's for quick reply, but what is problem for loading image ?
I cannot know that for sure but here is the code responsible for that error:
-----------------------------
$img.on('error', function() {
$img.attr('src', self.placeholder);
self.do_warn(_t("Image"), _t("Could not display the selected image."));
});
So when an error occurs loading an image for a binary field that message is displayed, you could check the logs in your Odoo instance or check if the image is correclty saved.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up