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
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
4
มี.ค. 22
|
17290 | ||
|
2
ธ.ค. 21
|
1795 | ||
How to use urls as product images?
แก้ไขแล้ว
|
|
2
ธ.ค. 19
|
23470 | |
How to import product images ?
แก้ไขแล้ว
|
|
3
พ.ย. 24
|
14063 | |
|
0
มิ.ย. 22
|
2384 |
The main image field used is image_1920 and the others for preview and can't be set.