Is there an faster and easier way to check if a product does not have any image than this?
if not product.image_1920 and not product.image_1024 and not product.image_512 and not product.image_256 and not product.image_128
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Is there an faster and easier way to check if a product does not have any image than this?
if not product.image_1920 and not product.image_1024 and not product.image_512 and not product.image_256 and not product.image_128
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
|
4
Mar 22
|
18131 | ||
|
|
2
Ara 21
|
2204 | ||
|
|
2
Ara 19
|
24133 | ||
|
How to import product images ?
Çözüldü
|
|
3
Kas 24
|
15143 | |
|
|
0
Haz 22
|
2889 |
The main image field used is image_1920 and the others for preview and can't be set.