Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
4156 Переглядів

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


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
січ. 20
12141
0
лип. 16
3182
2
лют. 19
3174
3
лип. 16
5782
2
трав. 25
1227