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
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
4
مارس 22
|
17307 | ||
|
2
ديسمبر 21
|
1803 | ||
|
2
ديسمبر 19
|
23489 | ||
How to import product images ?
تم الحل
|
|
3
نوفمبر 24
|
14081 | |
|
0
يونيو 22
|
2411 |
The main image field used is image_1920 and the others for preview and can't be set.