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
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
4
thg 3 22
|
17290 | ||
|
2
thg 12 21
|
1795 | ||
How to use urls as product images?
Đã xử lý
|
|
2
thg 12 19
|
23470 | |
How to import product images ?
Đã xử lý
|
|
3
thg 11 24
|
14063 | |
|
0
thg 6 22
|
2384 |
The main image field used is image_1920 and the others for preview and can't be set.