when I use debugging mode and it shows 'image_1920' on image of the product, but when I go to the database I cannot find it.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
2533
Vues
Hi,
The 'image_1920' field is a computed field in Odoo that generates a thumbnail image of the original image for display purposes.
As its non stored it will not show in database
Hope this will help you
Thanks
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire
Thanks Mehjabin for your answer..
Kindly ASK
Considering the image is NOT saved in the dbase, but to compute the thumbnail at runtime the data must be persistent:
BR
Giuliano