You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error with some images when opening it after uploading to external storage like S3 that returns NoneType error in ir.binary
To Reproduce
Affected versions:
The error occurs when uploading multiple images to the product.image model, which does an upload with success, but when going to the product and looking at the images, they all contain an error that stream.data is noneType
Steps to reproduce the behavior:
Upload images for additional media for product in the product form sales tab 2.
After you upload the images and you want to view it, you can't because it returns all noneType
**Expected behavior
Expected to happen that when you open the images, you will be able to see them.
Additional context
this is happening in version 17.0-20241108 which is the odoo docker image.
The text was updated successfully, but these errors were encountered:
Module
Base Attachment Object Store
fs_attachment
Describe the bug
Error with some images when opening it after uploading to external storage like S3 that returns NoneType error in ir.binary
To Reproduce
Affected versions:
The error occurs when uploading multiple images to the product.image model, which does an upload with success, but when going to the product and looking at the images, they all contain an error that stream.data is noneType
Steps to reproduce the behavior:
**Expected behavior
Expected to happen that when you open the images, you will be able to see them.
Additional context
this is happening in version 17.0-20241108 which is the odoo docker image.
The text was updated successfully, but these errors were encountered: