跳至內容
選單
此問題已被標幟
3 回覆
4152 瀏覽次數

Within Odoo12, I cannot find where the product images are located. As I am trying to import some data

from Odoo 10 to Odoo12. Could not find it in the product_template or product_product tables..

頭像
捨棄
最佳答案

product images are not directly accessible through SQL queries because they are stored in the filestore rather than being directly stored in the database.

頭像
捨棄
最佳答案

do you have any idea where can i find them ?

頭像
捨棄
最佳答案

Hello Sean,

The image of products are non-stored field it's not store in database as i know, You can see database table field structure (Activate Developer Mode). From Settings > Technical > Database Structure > Models > product.product. Here you can see there is a field image which is non-stored field.

So You can access but when you check in database then it's not found.

Hope it will helpful for you.


Thanks and regards

Haresh Kansara


頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
1月 20
12131
0
7月 16
3177
2
2月 19
3174
3
7月 16
5777
2
5月 25
1222