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
3월 22
|
18260 | |||
|
2
12월 21
|
2248 | |||
|
2
12월 19
|
24225 | |||
|
3
11월 24
|
15291 | |||
|
0
6월 22
|
2940 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
The main image field used is image_1920 and the others for preview and can't be set.