Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
3481 Ansichten

I want store image name when we browse for an image. For example While creating a product, when i browse for product image, odoo storing binart data of image in database. I want to grab the product image name when user browse product image is it possible?. I can override create and write methods of product_template table.

Avatar
Verwerfen
Beste Antwort

I  dont think you can retrive name of the image once it is saved to database, since binary decoding will concentrate more on content rather than the external data such as image name/size etc..

Alternate solution: Have an additional field for storing Image_name, so at the time of attaching the file, populate the name in the coressponding field... That way you can retrive it for further use....

Avatar
Verwerfen
Autor

Thank you Deep, I have added extra field mid_image_name in product.template. My question is how can i populate that name in this field automatically. Can you please tell me the way to get that image name automatically to this mid_image_name field?

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Juli 25
1921
1
Mai 20
3331
0
März 20
3304
1
Mai 19
4732
1
Feb. 16
4261